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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file wallpaper_downloader-0.0.2.tar.gz
.
File metadata
- Download URL: wallpaper_downloader-0.0.2.tar.gz
- Upload date:
- Size: 15.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.6.1 CPython/3.10.12 Linux/6.5.0-25-generic
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 203193b39d5b16d41ef7c8d91b7b542bef3c5ab7dc67c2a85c5c99a8519859df |
|
MD5 | a8cf4ccaebb058f9dd6c1c9cb1e49fc6 |
|
BLAKE2b-256 | b5ab855233515bd3da5ba4bb200f7ade5a56db85e3efe4f946c18c8d7332154c |
File details
Details for the file wallpaper_downloader-0.0.2-py3-none-any.whl
.
File metadata
- Download URL: wallpaper_downloader-0.0.2-py3-none-any.whl
- Upload date:
- Size: 16.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.6.1 CPython/3.10.12 Linux/6.5.0-25-generic
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 97da778d122dabc154461d11bf231043a294f7257e2c7a9980a859b8dd9c4669 |
|
MD5 | f545366464e3f2755d5125950335432d |
|
BLAKE2b-256 | 530190dc45fd1903368671ffbc641cb861a66b357d95fe3a241491912d23c749 |