OpenGL

Python scraper to download images from google image search.

Dependencies

Selenium server needed to run the webdriver. + gevent to handle multiprocess downloading + Pillow to check and save image + tqdm to show progress

pip install selenium
pip install pillow
pip install gevent
pip install tqdm