https://github.com/rhaeguard/windows-background-image-changer
A script that changes the background image of Windows OS to a random Unsplash.com image
https://github.com/rhaeguard/windows-background-image-changer
background-image unsplash-api windows
Last synced: about 2 months ago
JSON representation
A script that changes the background image of Windows OS to a random Unsplash.com image
- Host: GitHub
- URL: https://github.com/rhaeguard/windows-background-image-changer
- Owner: rhaeguard
- License: mit
- Created: 2020-12-06T00:24:16.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-12-31T05:35:01.000Z (over 4 years ago)
- Last Synced: 2025-03-05T19:09:11.497Z (over 1 year ago)
- Topics: background-image, unsplash-api, windows
- Language: Python
- Homepage:
- Size: 4.88 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Background image changer
### Steps
- #### Setting environment variables
`WBC_IMAGES_DIR` is the folder to save the background images to. `WBC_UNSPLASH_CID` is the Unsplash API access key.
- #### `launcher.bat` file
```
python script.py
```
and add this bat file as a scheduled task in Task Scheduler. The file should be located in system drive (otherwise access should be granted)
```
cmd /c launcher.bat >> wbc.log 2>&1
```