This python script helps to download specifed no.of.images from Yendex.com based on the input query.
-
install dependencies from
requirements.txtpip install -r requirements.txt
-
Paste the location of your chromedriver path to
PATHvariable -
Run
main.pyfilepython main.py
-
First Input,
" Enter the Type of Image : "- Give the Type of Image you want to search for
- Example :
CAT, DOG, PYTHON, LOVE, etc
-
Second Input,
" No.of.Images to download : "- Specifiy the total number images that you want to download
- if
10then the script will download10number of images
Thank you !