py-image-quotes-generator Results Setup pre-setup: python 3.12 or higher https://www.python.org/downloads/ setup create a .env file in the same folder as the main.py file create the following variables inside the .env file: API_NINJAS_API_KEY = 'key' UNSPLASH_ACCESS_KEY = 'key' replace 'key' with the API key you get from https://api-ninjas.com/ respectively from https://unsplash.com/oauth/applications open the terminal in the same folder as the main.py file and run the command "pip install -r requirements.txt" run the command "py main.py"