Skip to content

Latest commit

 

History

History
45 lines (24 loc) · 1.46 KB

README.rst

File metadata and controls

45 lines (24 loc) · 1.46 KB

What pybingwallpaper does

Download the wallpaper offered by 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 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.