mirror of
https://github.com/metafy-social/python-scripts.git
synced 2024-12-18 00:00:17 +00:00
commit
4d4e732cad
8
scripts/Image downloader/Google_image_download.py
Normal file
8
scripts/Image downloader/Google_image_download.py
Normal file
|
@ -0,0 +1,8 @@
|
|||
# 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')
|
Loading…
Reference in New Issue
Block a user