Skip to main content

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


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.1.tar.gz (3.4 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