Requirements:
- Install pipenv using the command "pip install --user pipenv"
- Open terminal in the project location and run the command "pipenv install"
- Goto www.unsplash.com, create an account and then head over to https://unsplash.com/oauth/applications to create a new application which will give you access key
- create a .env file in the project put your access key in it as "KEY=your_key" without the quotes.
- start the batch file.
The script changes the background every 5 minutes, you can change that in scheduler.py