kvosbur / SubRedditBackgroundImages

The idea behind this is to make a program that cycles through and sets your desktop background based off of popular wallpapers submitted to a subreddit of your choice.
0 stars 0 forks source link

Turn this into an honest to god python module #11

Open kvosbur opened 4 years ago

kvosbur commented 4 years ago

While I did start to better organize this program, it could be beneficial to set this up into a python module in case others might want to extend it. This would require some rework to use less static variables and add them instead as parameters to classes and actually add an init.py file.