From 0626f909e9905eb5ccc28d1bca6e14f4ef57fdba Mon Sep 17 00:00:00 2001 From: Yabin Zheng Date: Tue, 25 Apr 2017 12:54:37 +0800 Subject: [PATCH] Update README.md --- README.md | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7ce53920..256435ae 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Google Image Downloader +# Image Downloader ## 1. Introdoction @@ -6,7 +6,7 @@ Crawl and download images using Selenium + PhantomJS Using python3 and PyQt5 ## 2. Key features -+ Search Engine: Google, Bing, Baidu ++ Supported Search Engine: Google, Bing, Baidu + Keywords input from keyboard, or input from line seperated keywords list file for batch process. + Download image using customizable number of threads. + Fully supported conditional search (eg. filetype:, site:). @@ -29,6 +29,16 @@ Then copy phantomjs.exe to ${project_directory}/bin/ ``` pip3.exe install -r requirements.txt ``` +#### 3.1.5 Build one-file .exe bundle +``` +pip3.exe install pyinstaller +mkdir bin +``` +copy the downloaded phantomjs.exe from 3.1.3 into ./bin folder. +``` +pyinstaller image_downloader_gui.spec +``` +The bundle will be built in ./dist folder. ### 3.2 Linux #### 3.2.1 Install dependent packages ```