Skip to main content

A package to download images from the web using web_assets_downloader.

Project description

Web Image Downloader

A Python package to download images from web pages using the web_assets_downloader package.

Installation

pip install web_image_downloader

Usage

With command line

download_images https://example.com --save-folder ./downloaded

As Python module

import web_image_downloader

urls = ['https://example.com']
save_folder = './downloaded'
web_image_downloader.download_images(urls, save_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

web_image_downloader-1.0.tar.gz (2.1 kB view hashes)

Uploaded Source

Built Distribution

web_image_downloader-1.0-py3-none-any.whl (2.9 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