Skip to main content

wallpaper-downloader is a simple Python module to easily download wallpaper images from websites that we supported.

Project description

Wallpaper Downloader

wallpaper-downloader is a simple Python module to easily download wallpaper images from websites that we supported.

Installation

pip install wallpaper-downloader

Usage

from walldown import WallpaperFlare
from walldown import download_url


wf = WallpaperFlare("Space")
for img in wf.search(2):
    print("name: ", img.name)
    print("size: ", img.size)
    print("width: ", img.width)
    print("height: ", img.height)
    print("url: ", img.url)
    print("preview: ", img.preview)
    print("keywords: ", list(img.keywords))
    print("description: ", img.description)
    print("px_resolution: ", img.px_resolution)
    print("=" * 30)

    # To download image uncomment this line
    # download_url(img.url)

Changelog

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

wallpaper_downloader-0.0.2.tar.gz (15.3 kB view hashes)

Uploaded Source

Built Distribution

wallpaper_downloader-0.0.2-py3-none-any.whl (16.4 kB view hashes)

Uploaded Python 3

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