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

7 lines
189 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
i = 'name'
response().download(i, 'total images')