the package downloads images from google images
Project description
pygoogle_image
Pygoogle_image extracts images from google image, allowing you to download as many images as you like with just one keyword. Let's exemplify how to download images from google images for you.
first import the package
pip install pygoogle-image
in the example below we will pass on the keyword 'cat' and we will limit the number of images to be downloaded to only 10
from pygoogle_image import image as pi
pi.download(keywords='gatos', limit=10)
if you don't specify a directory, pygoogle_image will create a folder called image at the root of the project. if you wish you can save it in a specific directory
pi.download(keywords='gatos', limit=10, directory='c:\image')
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
pygoogle_image-1.0.0.tar.gz
(3.4 kB
view details)
File details
Details for the file pygoogle_image-1.0.0.tar.gz.
File metadata
- Download URL: pygoogle_image-1.0.0.tar.gz
- Upload date:
- Size: 3.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.7.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b61befda50443c01b5b4b9ac179fcab0b42c583a48f55855e28582a1e2fa2db0
|
|
| MD5 |
8324d553de5e31817db4c98330995b86
|
|
| BLAKE2b-256 |
6cbdae044fc1c91f50dedf5cb0fe0cdfdfe78d5de03ca8c4a41537a119098901
|