/google-image-downloader

A script to download images from images.google.com

Primary LanguagePython

#Google Image Downloader A simple script that fetches images from Google with browser simulation

Pre-requisites

The following Python packages are required to run the script.

  • selenium
  • requests
  • fake_useragent
  • beautifulsoup4

You can install then via pip install -r requirements.txt

Usage

Once you installed all the packages, run the script with -h argument to see how it works

$ python3 download_images.py -h
usage: download_images.py [-h] keyword

positional arguments:
  keyword     the keyword to search

optional arguments:
    -h, --help  show this help message and exit

Therefore, to search something, simply type

$ python3 download_images.py <your keyword>