Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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!
- Host: GitHub
- URL: https://github.com/ayan-b/desktop-wallpaper-changer
- Owner: ayan-b
- License: mit
- Created: 2018-03-19T18:28:35.000Z (almost 7 years ago)
- Default Branch: dev
- Last Pushed: 2020-02-24T19:13:12.000Z (almost 5 years ago)
- Last Synced: 2024-10-06T09:06:30.119Z (4 months ago)
- Topics: bing-image-of-the-day, customization, desktop-wallpaper, hacktoberfest, nasa-astronomy-picture-of-the-day, personalization, unsplash
- Language: Python
- Homepage:
- Size: 158 KB
- Stars: 17
- Watchers: 2
- Forks: 4
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
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!