python-scripts/scripts/Image downloader/Google_image_download.py

9 lines
241 B
Python
Raw Normal View History

2022-10-09 11:41:43 +05:30
# pip install simple_image_download
from simple_image_download import simple_image_download as simp
response = simp.simple_image_download
2022-10-09 11:42:44 +05:30
# This code can be run in a loop
i = 'name' #Name of the item
2022-10-09 11:41:43 +05:30
response().download(i, 'total images')