| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
A small program in Python 3 that grabs a random photo from Unsplash according to your screen resolution and sets it as your background.
This hasn't yet been tested on Windows or Mac (being worked on), but it works for Ubuntu Linux. Any commands I might have gotten wrong to set it as your background, please feel free to fix those or add more!
This is pretty light on dependencies, but you will need to make sure you have a couple things:
NOTE: For Mac, first test if you have tkinter directly installed with your Python version first:
python3 >>> import tkinterIf that doesn't cause an error, you're good. If it does, follow this Stack Overflow Post to get that correctly set up. Then you can continue with the installation:
pip install backgroundchangerbackgroundchanger
# To view the help menu
backgroundchanger -h
# or
backgroundchanger --helpFor issue and PR guidelines, see CONTRIBUTING.md.
| Back | FazBrowse Home | New Git URL |