Skip to content

VAL1SOR/py-image-quotes-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

py-image-quotes-generator

Results

image quote_image

Setup

pre-setup:

  1. python 3.12 or higher https://www.python.org/downloads/

setup

  1. create a .env file in the same folder as the main.py file
  2. create the following variables inside the .env file: API_NINJAS_API_KEY = 'key' UNSPLASH_ACCESS_KEY = 'key'
  3. replace 'key' with the API key you get from https://api-ninjas.com/ respectively from https://unsplash.com/oauth/applications
  4. open the terminal in the same folder as the main.py file and run the command "pip install -r requirements.txt"
  5. run the command "py main.py"

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages