goaldae / ImageCollector

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Image Collector


Overview

Collect images from multiple search engines.


Used

This project requires the BeautifulSoup4, selenium, requests, eventlet and lxml modules.

  • BeautifulSoup4
    pip install BeautifulSoup4
    
  • selenium
    pip install selenium
    
  • lxml
    pip install lxml
    
  • requests
    pip install requests
    
  • eventlet
    pip install eventlet
    

    This project requires ChromeDriver.

  • ChromeDriver

    You can download ChromeDriver here.


    Start

    It works in Python 3.

    python3 main.py
    

    Screenshot



  • About


    Languages

    Language:Python 100.0%