It is a Python script to set desktop backgrounds from images downloaded from Reddit.
The 'script.py' is the advanced version with controls.
The 'script_2.py' is the basic version which takes an image at random and sets it as desktop background.
This code has been written for python 2.6+.
It can be installed by downloading the installer from: https://www.python.org/downloads/
For most Debian based systems, it should come preinstalled but you may need to install pip.
To know your current installed version, use:
$python
This can be installed using:
pip install praw
If you see any errors, feel free to open a pull request. Thank you!