Skip to content

mitnad/Google-Image-Downloader

 
 

Repository files navigation

Google Image Downloader

1. Features

Crawl and download images using Selenium + PhantomJS

Using python3 and PyQt4

2. Solve dependencies

2.1 Setup Phantomjs

2.1.1 Download Phantomjs

phantomjs prebuilt executable can be downloaded from here

2.1.2 For Windows users:

Copy phantomjs.exe to ${project_directory}/bin/.

2.1.3 For Linux users:

Add the path of phantomjs executable to $PATH, or simply copy it to /usr/local/bin/.

2.2 Install python packages

pip install -r requirements.txt

3. Windows bundled executable binary.

Download prebuilt windows binary from here

About

Download images from Google, Bing, Baidu.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%