https://github.com/defaultparam/python-random-quote
A file-based quote bot written in Python
https://github.com/defaultparam/python-random-quote
Last synced: 6 months ago
JSON representation
A file-based quote bot written in Python
- Host: GitHub
- URL: https://github.com/defaultparam/python-random-quote
- Owner: defaultparam
- Created: 2022-08-31T03:07:16.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-11-24T22:08:48.000Z (over 1 year ago)
- Last Synced: 2025-03-27T10:48:20.674Z (12 months ago)
- Language: Python
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
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/)!