Update README.md

This commit is contained in:
Lukas Baumann 2020-12-03 03:48:14 +01:00 committed by GitHub
parent 4bff9beb8b
commit f9eef602c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,10 +2,10 @@
Wallpaper Changer for Windows using the r/Wallpaper subreddit
PYTHON 3 AND FOLLOWING MODULES ARE REQUIRED TO RUN THIS PROGRAMM:
* praw
* progressbar
* imgur_downloader
* wxPython
* praw (pip install praw)
* progressbar (pip install progressbar)
* imgur_downloader (pip install imgur-downloader)
* wxPython (pip install wxPython)
Configuration Script: Changer.py<br/>
Main Loop: wrappr.py