Metadata-Version: 1.2
Name: bingpaper
Version: 1.0.0
Summary: Program to automatically set Bing's `Photo of the day` as your Desktop's wallpaper.
Home-page: https://github.com/guptarohit/bingpaper
Author: Rohit Gupta
License: BSD
Description: 
        # bingpaper
        [![PyPI version](https://img.shields.io/pypi/v/bingpaper.svg)](https://pypi.python.org/pypi/bingpaper)
        [![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fguptarohit%2Fbingpaper.svg?type=shield)](https://app.fossa.io/projects/git%2Bgithub.com%2Fguptarohit%2Fbingpaper?ref=badge_shield)
        [![License](https://img.shields.io/pypi/l/bingpaper.svg)](https://github.com/guptarohit/bingpaper/blob/master/LICENSE)
        [![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/ambv/black)
        
        This program automatically sets [Bing](http://www.bing.com/)'s _photo of the day_ as your desktop's wallpaper. Available for Windows, macOS & Linux.
        
        Installation
        ------------
        
        ```
        $ pip install bingpaper
        ```
        
        to install from the latest source use following command
        
        ```
        $ pip install git+git://github.com/guptarohit/bingpaper.git
        ```
        
        Usage
        -----
        
        To update the wallpaper simply run:
        ```
        $ bingpaper
        ```
        
        Contributing
        ------------
        
        Feel free to make a pull request! :octocat:
        
        License
        -------
        [![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fguptarohit%2Fbingpaper.svg?type=large)](https://app.fossa.io/projects/git%2Bgithub.com%2Fguptarohit%2Fbingpaper?ref=badge_large)
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Topic :: Utilities
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Operating System :: MacOS
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: Microsoft :: Windows
Classifier: License :: OSI Approved :: BSD License
Requires-Python: >=3.4.0
