https://github.com/manjunani/python-random-quote
A file-based quote bot written in Python
https://github.com/manjunani/python-random-quote
Last synced: about 1 year ago
JSON representation
A file-based quote bot written in Python
- Host: GitHub
- URL: https://github.com/manjunani/python-random-quote
- Owner: manjunani
- Created: 2020-08-23T03:18:15.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T08:51:58.000Z (over 2 years ago)
- Last Synced: 2025-02-13T02:19:20.055Z (over 1 year ago)
- Language: Python
- Homepage: https://lab.github.com/everydeveloper/introduction-to-python
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Let's Write a Python Quote Bot!
This repository will get you started with building a quote bot in Python. It's meant to be used along with the [Learning Lab](https://lab.github.com) intro to Python.
When complete, you'll be able to grab random quotes from the command line, like this:
> **$** python get-quote.py
>
> Keep it logically awesome
>
> **$** python get-quote.py
>
> Speak like a human
## Start the Tutorial
You can find your next step in [this repo's issues](../../issues/)!