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: about 1 month 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 (over 7 years ago)
- Default Branch: dev
- Last Pushed: 2020-02-24T19:13:12.000Z (over 5 years ago)
- Last Synced: 2025-08-23T12:28:23.259Z (2 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: 18
- Watchers: 1
- 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!
[](https://travis-ci.org/ayan-b/Desktop-Wallpaper-Changer)
[](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!