Downloading images is the most common activity that everyone does. Here, we will download images from google by simply giving the title of the image and the number of images you want to download
In this Python code snippet, We have developed a GUI for Image auto-downloading by simply entering the name and number of images that we want to download
The package that we are using in this code is simple_image_download, tkinter
Command used to install this package is
pip install simple_image_download
pip install tkinter
The GUI simply asks you to enter the name of the image and the number of images you want to download after entering the details required by simply clicking the 'Download' button.
Your downloaded images will be available at the location at which your code is stored. A new folder with the name 'simple_images ' is created. Within that folder, another folder with the name same as the name of the image within that folder all the images are stored.
Submitted by MULUKUTLA. JYOTSNA MANASA (mjmanasa)
Download packets of source code on Coders Packet
Comments