/Extract-images-from-web-using-python

Python script which scraps images from google

Primary LanguagePython

Extract and Store Images Locally from Web using Python Automation

This is a web-scrapper in python that will allow you to collect images from the internet. It downloads 500 images.

In code change two variables first is the category of images to get download like "Sunflower" and second is No of images to download like "500"

Libraries Used:

  1. selenium
  2. urllib.request
  3. webdriver_manager