Desktop wallpaper changer.
Version 0.2.1
You can download the build from https://github.com/a-chakrawarti/DecoWall-Windows/releases.
Clone the repository git clone https://github.com/a-chakrawarti/DecoWall-Windows
or download and extract the zip.
Now cd DecoWall-Windows
If you don’t have virtualenv installed do, pip install virtualenv
.
If you have python>=3.6 installed, do python -m venv <your_env>
, this will create a virtual environment of python having the same version as your installed one with pip and setuptools package.
Optional: To make copy of all the packages of system-site python directory python -m venv <your_env> system-site-packages
.
After this activate the virtual environment, <your_env>\Scripts\activate.bat
. Similarly, you can deactivate using <your_env>\Scripts\deactivate.bat
or simply deactivate
.
Moving forward, now to install all the dependencies for the project pip install -r requirements.txt
.
Run the python main.py
client_id
and client_secret
from https://www.reddit.com/prefs/apps.client_id
and client_secret
as shown in the screenshot, copy and paste their respective values in config.json
file against each key.
{
"client_id": "pVJNRLN7ra20Kg",
"client_secret": "bWHH-ZEnxIABQZX2HdZX-4S8CLA",
...
}
— Arrow keys [Only foreground]
— Modifiers [Global Support/Background]
Licensed under GNU General Public License v3.0