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.
Inside your command prompt, enter :
python -m pip install requests
Inside your terminal, enter :
python3 -m pip install requests
Inside your terminal, enter :
git clone https://github.com/xEpsi/QuoteGenerator
cd QuoteGenerator
python main.py || python3 main.py