Leustad / wallpaper-download

Download Bing.com Wallpaper

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Purpose

Download Bing.com wallpaper

Version

Python 3.3.x

How to

Create your project directory and cd into it

$ mkdir my_project
$ cd my_project

Create your virtual environment and activate it

$ virtualenv venv  # <-- python 3.3.x
$ source venv/Scripts/activate

Clone the project and install dependencies and run

$ git clone git@github.com:Leustad/wallpaper-download.git
$ pip install -r requirements.txt
$ python main.py

Note: Change the destination_path variable value according to where you want to download.

About

Download Bing.com Wallpaper


Languages

Language:Python 100.0%