python-scripts/scripts/Image downloader/Google_image_download.py
2022-10-09 11:42:44 +05:30

9 lines
241 B
Python

# pip install simple_image_download
from simple_image_download import simple_image_download as simp
response = simp.simple_image_download
# This code can be run in a loop
i = 'name' #Name of the item
response().download(i, 'total images')