An open API service indexing awesome lists of open source software.

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

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
```