Python Shell
Switch branches/tags
Nothing to show
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
bin
src
.gitignore
LICENSE
README.md
runtime.txt

README.md

GoogleImagesScraper

Read from excel file and used Python Scripts to Scrap Images from Google

The Script reads data from Excel file across all sheets with columns names as id, name and category. Then Scrap images from google based on name and create a folder with category and saves each file insde as id.name.01.jpg, id.name.02.jpg and id.name.03.jpg respectively.