Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 397 Bytes

File metadata and controls

11 lines (8 loc) · 397 Bytes

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