Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 668 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 668 Bytes

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