Skip to content

Retrieves the top reddit image of the day from a selected list of subreddits and sets it as wallpaper

License

Notifications You must be signed in to change notification settings

Der-Eddy/reddit_wallpaper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reddit Wallpaper

Retrieves the top reddit image of the day from a selected list of subreddits and sets it as wallpaper.

Installation (Windows)

Running the script (With installed Python - No Setup)

  • Run python wallpaper.py

Requirements

  • Windows 7 or higher or a Linux with Gnome (i.e. Debian)
  • Python 3.3 or higher
  • requests

Building (Windows)

  • Install PyInstaller
  • Run pyinstaller --windowed --upx-dir={UPX-DIR} --distpath=dist -y --clean --icon icon.ico wallpaper.py
  • Install Inno Setup
  • Compile setup.iss, you may want to change some parameters like paths

Screenshots

No GUI version currently available

ToDo

  • Core method
  • GUI
  • Support for more Linux' (i.e. KDE)
  • Autostart functionality
  • Installation through pip
  • Standalone installation

License

The MIT License (MIT)

Copyright (c) 2016 Der-Eddy

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

The python module 'requests' is licensed under the Apache License, Version 2.0
No changes to the core files were made.
http://www.apache.org/licenses/LICENSE-2.0

The icon for the `icon.png` and `icon.ico` is taken from Yummygum’s Iconsweets iconset,
and is used under the terms of its license (http://yummygum.com/work/iconsweets).

About

Retrieves the top reddit image of the day from a selected list of subreddits and sets it as wallpaper

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published