Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ayan-b/desktop-wallpaper-changer

:computer: CLI to personalize your desktop wallpaper anytime!
https://github.com/ayan-b/desktop-wallpaper-changer

bing-image-of-the-day customization desktop-wallpaper hacktoberfest nasa-astronomy-picture-of-the-day personalization unsplash

Last synced: 1 day ago
JSON representation

:computer: CLI to personalize your desktop wallpaper anytime!

Awesome Lists containing this project

README

        

# Desktop Wallpaper Changer
> This python script fetches images from popular sources and set those as your
desktop wallpaper!

[![Build Status](https://travis-ci.org/ayan-b/Desktop-Wallpaper-Changer.svg?branch=master)](https://travis-ci.org/ayan-b/Desktop-Wallpaper-Changer)
[![Downloads](https://pepy.tech/badge/dtwc)](https://pepy.tech/project/dtwc)

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 ` 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](https://github.com/ayan-b/Desktop-Wallpaper-Changer/issues).

## Contributing
Want to contribute? Awesome! :tada:
Please head over to [CONTRIBUTING.md](https://github.com/ayan-b/Desktop-Wallpaper-Changer/blob/master/CONTRIBUTING.md)
to check out how the code works and some guidelines regarding contributions!