File tree Expand file tree Collapse file tree 1 file changed +12
-2
lines changed
Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Original file line number Diff line number Diff line change 1- # Google Image Downloader
1+ # Image Downloader
22
33## 1. Introdoction
44
55Crawl and download images using Selenium + PhantomJS
66Using python3 and PyQt5
77
88## 2. Key features
9- + Search Engine: Google, Bing, Baidu
9+ + Supported Search Engine: Google, Bing, Baidu
1010+ Keywords input from keyboard, or input from line seperated keywords list file for batch process.
1111+ Download image using customizable number of threads.
1212+ Fully supported conditional search (eg. filetype:, site:).
@@ -29,6 +29,16 @@ Then copy phantomjs.exe to ${project_directory}/bin/
2929```
3030pip3.exe install -r requirements.txt
3131```
32+ #### 3.1.5 Build one-file .exe bundle
33+ ```
34+ pip3.exe install pyinstaller
35+ mkdir bin
36+ ```
37+ copy the downloaded phantomjs.exe from 3.1.3 into ./bin folder.
38+ ```
39+ pyinstaller image_downloader_gui.spec
40+ ```
41+ The bundle will be built in ./dist folder.
3242### 3.2 Linux
3343#### 3.2.1 Install dependent packages
3444```
You can’t perform that action at this time.
0 commit comments