I am a big fan of the serious opensource communities. One such photo sharing portal is unsplash.com. Also, I always wanted to make some cool Ubuntu utility. So one fine day I thought "Okay, why not achieve both". This project is result of that. This is by no means a complex project(yet).
A simple utility written in python that picks a high resolution random image from unsplash.com and puts it as your wallpaper; updates it every hour with a new wallpaper.
-
Clone and download the repository
-
Install the dependencies:
- python-wget
- python-tk (Tkinter)
- python-urllib3
-
Open terminal and change directory:
cd UnsplashUbuntu
- add permissions:
chmod +x unsplashubuntu.py
- Run the program:
./unsplashubuntu.py
-
(optional) Add the program on startup by going into launcher->startup applications
- Lightweight process
- Supports multiple monitors
- Intelligent, checks for network before attempting
- Add topics filtering
- Multiple platform support, move to electron?