Skip to content

Commit 6feaebd

Browse files
committed
2 parents e0dfd40 + 0626f90 commit 6feaebd

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

README.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
# Google Image Downloader
1+
# Image Downloader
22

33
## 1. Introdoction
44

55
Crawl and download images using Selenium + PhantomJS
66
Using 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
```
3030
pip3.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
```

0 commit comments

Comments
 (0)