This is a demo project to test out the ZenQuotes API and demonstrate OOP with Tkinter.
- Get a random quote
- Get the quote of today
- Set a proxy in settings
Clone the project
git clone https://github.com/christianhofmanncodes/quoter.git
Go to the project directory
cd quoter
Install Python
pip install python
Install dependencies
pip install -r requirements.txt
Run the app
python quoter.py
Note: On Linux and macOS you have to use pip3
and python3
.
- Python
- TkInter
- ttkbootstrap
- PyInstaller
- Inspirational quotes provided by ZenQuotes
This code is free software licensed under the GPL v3.0. See the LICENSE file for details.