Skip to content

MaryamBoneh/Downloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Auto Image Downloader

Download any number of images on any topic that you want with this code without searching on the Internet.

Install requirements

pip install -r requirements.txt

Run

Run the following command inside the "Downloader" folder like this:

python3 image_downloader.py --imgs_name "car,motorcycle,bicycle,truck,bus" --count 20
  • --imgs_name => the topics that you want to download (in quotes and separate them with commas)
  • --count => the number of downloads of each topic

output: Screen Shot 1401-06-26 at 19 30 32

Releases

No releases published

Packages

No packages published

Languages