Skip to content

christianhofmanncodes/quoter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quoter

This is a demo project to test out the ZenQuotes API and demonstrate OOP with Tkinter.

Features

  • Get a random quote
  • Get the quote of today
  • Set a proxy in settings

Run Locally

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.

Acknowledgements

License

This code is free software licensed under the GPL v3.0. See the LICENSE file for details.