Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 823 Bytes

README.md

File metadata and controls

29 lines (17 loc) · 823 Bytes

Reddit-Background

It is a Python script to set desktop backgrounds from images downloaded from Reddit.

There are two scripts:

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.

Prequisites

Python 2

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

Contribution

If you see any errors, feel free to open a pull request. Thank you!