Skip to main content

provide image download link through csv file and it will download all the images. also you can chose different extension.

Project description

Build Status GitHub license PyPI - Python Version PyPI - Wheel PyPI

Downloads

Automatically Download Multiple Images.

Package Installation :

pip install url-into-images

Url Into Images :

provide image download link through csv file and it will download all the images. also you can chose different extension.

 • jpg

 • jpeg

 • png

 • bmp

 • gif

How to import the module:

URL_PATH = ('') # csv file where image URL contain

IMAGE_PATH = ('') # Download image path

Download JPG

from url_into_images.url_into_images import url_jpg

url_jpg(URL_PATH, IMAGE_PATH)

Download JPEG

from url_into_images.url_into_images import url_jpeg

url_jpeg(URL_PATH, IMAGE_PATH)

Download PNG

from url_into_images.url_into_images import url_png

url_png(URL_PATH, IMAGE_PATH)

Download BMP

from url_into_images.url_into_images import url_bmp

url_bmp(URL_PATH, IMAGE_PATH)

Download GIF

from url_into_images.url_into_images import url_gif

url_gif(URL_PATH, IMAGE_PATH)

Required package’s:

• pip install pandas

License:

MIT Licensed

Author:

Sujit Mandal

GitHub

PyPi

LinkedIn

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

url-into-images-0.1.2.tar.gz (3.3 kB view hashes)

Uploaded Source

Built Distribution

url_into_images-0.1.2-py3-none-any.whl (3.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