This is a simple Google image scraper that uses selenium to extract image urls from Google. I made a main.py file, so you can just use the scraping file as a library.
Blog post about the process (part 1) can be found here.
Clone (or download) the project
git clone https://github.com/jhmejia/google-image-scraper
Go to the project directory
cd google-image-scraper
Install dependencies
pip install -r requirements.txt
Run the file
python main.py
You can find more information about it at my blog to understand how it works, and how you can use this process for similar scrapers in the future.
Remember not to use this for copyright infringement! Standard rules apply.