Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alexoah/labgithub-introductiontopython
A file-based quote bot written in Python from https://lab.github.com/everydeveloper/introduction-to-python
https://github.com/alexoah/labgithub-introductiontopython
Last synced: 1 day ago
JSON representation
A file-based quote bot written in Python from https://lab.github.com/everydeveloper/introduction-to-python
- Host: GitHub
- URL: https://github.com/alexoah/labgithub-introductiontopython
- Owner: alexoah
- Created: 2020-02-18T10:42:32.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-02-21T09:41:33.000Z (almost 5 years ago)
- Last Synced: 2024-11-25T13:47:48.537Z (2 months ago)
- Language: Python
- Homepage: https://lab.github.com/everydeveloper/introduction-to-python
- Size: 6.84 KB
- Stars: 1
- Watchers: 2
- 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/)!
## Just FYI
This is a file-based quote bot written in Python from https://lab.github.com/everydeveloper/introduction-to-python