Skip to content

Latest commit

 

History

History
22 lines (20 loc) · 689 Bytes

README.md

File metadata and controls

22 lines (20 loc) · 689 Bytes

QuoteGenerator

This Python program uses the amazing website inspirobot.me to generate nonsense quotes and save them on your device as .jpg images. You can specify any amount of quotes you want to download, these will be saved in a folder named "Quotes". Please note that you will need python installed, otherwise it won't work.

Setup

Windows & MacOS

Inside your command prompt, enter :

python -m pip install requests

Linux

Inside your terminal, enter :

python3 -m pip install requests

Starting the program

Inside your terminal, enter :

git clone https://github.com/xEpsi/QuoteGenerator
cd QuoteGenerator
python main.py || python3 main.py