mirror of
https://github.com/metafy-social/python-scripts.git
synced 2025-03-04 12:58:43 +00:00
7 lines
189 B
Python
7 lines
189 B
Python
|
# 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')
|