Skip to content
This repository was archived by the owner on Mar 11, 2026. It is now read-only.

Latest commit

 

History

28 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

Google Image Downloader

A simple script that fetches images from Google with browser simulation.

Pre-requisites

The code requires Python 3. The following Python packages are required to run the script.

  • selenium
  • requests
  • fake_useragent
  • beautifulsoup4
  • lxml

You can install them via pip install -r requirements.txt. You also need install the ChromeDriver for selenium to work. Please refer to here on how to install it.

Usage

usage: download_images.py [-h] [--worker WORKER] keyword

positional arguments:
  keyword          the keyword to search

optional arguments:
  -h, --help       show this help message and exit
  --worker WORKER  the number of workers used for downloading images

Disclaimer

This script is written for the purpose of practicing programming skills. Use it at your own discretion.

About

A script to download images from images.google.com

Topics

Resources

Stars

30 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages