provide image download link through csv file and it will download all the images. also you can chose different extension.
Project description
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
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file url-into-images-0.1.2.tar.gz.
File metadata
- Download URL: url-into-images-0.1.2.tar.gz
- Upload date:
- Size: 3.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/3.7.3 pkginfo/1.6.1 requests/2.24.0 requests-toolbelt/0.9.1 tqdm/4.50.2 CPython/3.8.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
dd2591ef32b8fcac86687aa2eb938909e004f6e2749a9985fc65306b63c87d0f
|
|
| MD5 |
0797a38d58bbec21ea07cb5687383bf1
|
|
| BLAKE2b-256 |
e1c1d1f546302513d85c794f35a7de02a4a9b1ac5da94ad4a8a76b004833b60f
|
File details
Details for the file url_into_images-0.1.2-py3-none-any.whl.
File metadata
- Download URL: url_into_images-0.1.2-py3-none-any.whl
- Upload date:
- Size: 3.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/3.7.3 pkginfo/1.6.1 requests/2.24.0 requests-toolbelt/0.9.1 tqdm/4.50.2 CPython/3.8.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
84adfc3001352bb53b54cc43e66cbfec940f52c0ebc35fb041bdddfab19a401b
|
|
| MD5 |
bc90133643f4be564e6599edacae3ae4
|
|
| BLAKE2b-256 |
b652f31f22571fc35a17b1c697ae865222d6d3b5196912fa6c9af58de40af7fb
|