Metadata-Version: 2.1
Name: PyBingWallpaper
Version: 1.5.6
Summary: A simple Bing.com wallpaper downloader
Home-page: https://github.com/genzj/pybingwallpaper
Author: genzj
Author-email: zj0512@gmail.com
License: MIT
Keywords: bing wallpaper
Platform: UNKNOWN
Classifier: Development Status :: 6 - Mature
Classifier: Environment :: Console
Classifier: Topic :: Desktop Environment
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: Microsoft :: Windows :: Windows XP
Classifier: Operating System :: Microsoft :: Windows :: Windows Vista
Classifier: Operating System :: Microsoft :: Windows :: Windows 7
Classifier: Operating System :: Microsoft :: Windows :: Windows 8
Classifier: Operating System :: Microsoft :: Windows :: Windows 8.1
Classifier: Operating System :: Microsoft :: Windows :: Windows 10
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: POSIX :: Other
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.3
Classifier: Programming Language :: Python :: 2.4
Classifier: Programming Language :: Python :: 2.5
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Requires-Dist: Pillow
Requires-Dist: pypiwin32

What pybingwallpaper does
==========================

Download the wallpaper offered by `Bing.com <www.bing.com>`_ and set it current wallpaper background.


Installation
============

With installer (Windows Only)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Installing with the installer is recommended for Windows users unless. Installers can be downloaded from `project website`_.

With PIP
~~~~~~~~

**NOTE** To install pybingwallpaper in Windows with PIP, it's highly recommended to install the `precompiled Pillow <http://www.lfd.uci.edu/~gohlke/pythonlibs/#pillow>`_ in advance since install it from PIP could be cumbersome.

::

  pip install -U PyBingWallpaper

To install the development version, use::

  pip install -U git+https://github.com/genzj/pybingwallpaper.git

**NOTE** For Windows users, the setter must be copied into the folder containing ``BingWallpaper.exe``, normally named ``Scripts`` in Python installation path or virtual-env path. E.g. assuming the PyBingWallpaper is installed under virtualenv ``.\venv``, the `winsetter.py`_ must be downloaded to the ``.\venv\Scripts`` folder.


To report bug
=================

Open a issue at https://github.com/genzj/pybingwallpaper/issues


How to Contribute
=================

Refer to `project website`_ for details.


.. _`project website`: https://github.com/genzj/pybingwallpaper/
.. _`winsetter.py`: https://raw.githubusercontent.com/genzj/pybingwallpaper/c25d8191988dbd98c77297a7b1e3c0e98f2cccc6/pybingwallpaper/winsetter.py



