Skip to main content

A command line utility to download and set wallpapers from various sources.

Project description

This utility selects an online / offline source at random, gets a random image and sets it as a wallpaper.

Features

  • Supported platforms: Linux / Windows / Python 2.7 / Python 3.x.

  • Downloads images from various sources.

    Online:
    • reddit

    • imgur

    • bing (gallery)

    • google images

    • deviantart

    Offline:
    • bitmap (a single color bitmap is generated)

  • Allows scheduling of change of wallpaper, viz., every 5 minutes, every 1 hour, etc.

  • Can download image based on a query.

Usage

  1. Change wallpaper by selecting a source at random:

    wallp
  2. Query for “linux wallpapers” and set a random image as wallpaper from results:

    wallp -s google -q "linux wallpapers"
    wallp -s imgur -q "linux wallpapers"
  3. Set a plain blue colored bitmap as wallpaper:

    wallp -s bitmap -c blue
  4. Schedule change of wallpaper:

    every 5 minutes:

    wallp -f 5m

    every 1 hour:

    wallp -f 1h

    every 2 days:

    wallp -f 2d

    remove schedule:

    wallp -f 0
  5. For more options, get help:

    wallp -h

Download

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

wallp-1.0.1.tar.gz (18.1 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page