A fast and simple image downloader in python
Project description
image-dl
A fast and straightforward image downloader in python using multiprocessing + requests
Example usage:
from image_dl import download, random_valid_url
url_list = [random_valid_url() for _ in range(100)]
download(url_list, 'images') # list of urls / destination folder
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
image-dl-0.0.2.tar.gz
(3.5 kB
view details)
File details
Details for the file image-dl-0.0.2.tar.gz
.
File metadata
- Download URL: image-dl-0.0.2.tar.gz
- Upload date:
- Size: 3.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/57.0.0 requests-toolbelt/0.9.1 tqdm/4.49.0 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c9dab77b2c69ac8a370f16053b05c14c09730634f9579ab824abfa345858bdfb |
|
MD5 | 586ac59f23d48ddd6c83fc56e35ce065 |
|
BLAKE2b-256 | 0bc5d05428946530d4d1fe90f46a86aed7e3b96c327315215226b9bd92cb469c |