dtwc

Change your desktop wallpaper daily!


Keywords
wallpaper, customization, personalization, bing-image-of-the-day, desktop-wallpaper, hacktoberfest, nasa-astronomy-picture-of-the-day, unsplash
License
MIT
Install
pip install dtwc==0.0.2

Documentation

Desktop Wallpaper Changer

This python script fetches images from popular sources and set those as your desktop wallpaper.

Codacy Badge Build Status codecov Downloads

Desktop Wallpaper Changer fetches images from popular sources and set those as your desktop wallpaper. Currently supported sources are:

  • NASA Astronomical Picture of the Day
  • Bing Picture of the Day
  • Random Pictures from Unsplash.com
  • National Geographic Picture of the Day
  • Random Images from Desktoppr.

Installation

  • First install the package from pypi by running: pip install dtwc

    If you want to get latest code from master branch of the repository, you can do so by running: pip install git+https://github.com/ayan-b/Desktop-Wallpaper-Changer

Usage

  • In order to change the background you can use the CLI:
    • dwc -i will open all the wallpaper sources and you can select the one you like.
    • dwc -op <number> will update the wallpaper from the number-th source as specified above.

Platforms Supported:

  • Windows
  • Linux If you want your favorite platform to be supported please open an issue in the issue tracker.

Contributing

Want to contribute? Awesome! 🎉 Please head over to CONTRIBUTING.md to check out how the code works and some guidelines regarding contributions!