walls

Random Flickr wallpapers.


Keywords
walls
License
MIT
Install
pip install walls==0.1.2

Documentation

walls

walls downloads random wallpapers from Flickr. It searches recent Flickr images matching a given list of tags, and downloads the first one with dimensions large enough to be used as a wallpaper.

Installation

$ pip install walls

Config

The default config location is ~/.wallsrc. Here is an example configuration:

[walls]
api_key = YOUR_API_KEY
api_secret = YOUR_API_SECRET
tags = cats,dogs
image_dir = ~/Pictures
width = 1920
height = 1080

Usage

$ walls [-c] [config_file]

-c or --clear will clear out images in the destination directory.

If supplied, config_file will be used instead of ~/.wallsrc.