This python script helps to download specifed no.of.images from Yendex.com based on the input query.
-
install dependencies from
requirements.txt
pip install -r requirements.txt
-
Paste the location of your chromedriver path to
PATH
variable -
Run
main.py
filepython 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
10
then the script will download10
number of images
Thank you !