A simple python command line utility to download images from pixbay
- Open the link pixbay api
- Create a account
- Press
ctrl+fand searchYour API key - Copy the API Key
Follow this github gist on how to create virtual env gist
The pixbay APIkey is stored in environment varaible PIX_KEY
export PIX_KEY='<Your API key>'
setx PIX_KEY "<Your API key>"
pip install -r requirements.txtpython pywall.py