Metadata-Version: 2.1
Name: dtwc
Version: 0.0.2
Summary: Change your desktop wallpaper daily!
Home-page: https://github.com/ayan-b/Desktop-Wallpaper-Changer
Author: Ayan Banerjee
Author-email: ayanbanerjee7777@gmail.com
License: MIT
Keywords: wallpaper,customization,personalization
Platform: UNKNOWN
Requires-Python: >=3.5
Description-Content-Type: text/markdown
Requires-Dist: requests (>=2.20.1)
Requires-Dist: Pillow (>=5.2.0)
Requires-Dist: beautifulsoup4 (>=4.6.0)
Requires-Dist: pywin32 (>=223) ; sys_platform == "win32"

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

[![Codacy Badge](https://api.codacy.com/project/badge/Grade/54b27c2612ee4301924e701d1b081375)](https://app.codacy.com/app/ayan-b/Desktop-Wallpaper-Changer)
[![Build Status](https://travis-ci.org/ayan-b/Desktop-Wallpaper-Changer.svg?branch=master)](https://travis-ci.org/ayan-b/Desktop-Wallpaper-Changer)
[![codecov](https://codecov.io/gh/ayan-b/Desktop-Wallpaper-Changer/branch/master/graph/badge.svg)](https://codecov.io/gh/ayan-b/Desktop-Wallpaper-Changer)
[![Downloads](https://pepy.tech/badge/dtwc)](https://pepy.tech/project/dtwc)


<!--[![HitCount](http://hits.dwyl.io/ayan-b/Desktop-Wallpaper-Changer.svg)](http://hits.dwyl.io/ayan-b/Desktop-Wallpaper-Changer) -->

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

## Contributing
Want to contribute? Awesome! :tada:
Please head over to [CONTRIBUTING.md](/CONTRIBUTING.md) to check out how the
code works and some guidelines regarding contributions!


