What is UIP?
UIP scrapes images from reddit, desktoppr and unsplash, and applies them as a wallpaper on your desktop (with a configurable schedule).
Works with all Windows, Mac and Linux(Gtk based) desktops.
Installation
$ sudo pip3 install UIP
Installation from source
Requirements:
python v3.5
or highersetuptools
package
Unix/Linux based desktops
$ git clone https://github.com/NIT-dgp/UIP.git
$ sudo make install
Windows
$ git clone https://github.com/NIT-dgp/UIP.git
$ python3 setup.py install
Get started !!
$ UIP
Wanna try our GUI?
$ pip3 install -r gui-requirements.txt
$ UIP --ui
For some OS’ you might need to install
ImageTk
(GUI) seperately!! in Ubuntu you can install it by:
$ sudo apt-get install python3-pil.imagetk