diff options
author | Alan Aversa <alan.aveNOrsaSP@AMcox.net (remove NO and SPAM)> | 2020-06-26 14:10:23 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-06-28 08:16:53 +0700 |
commit | e1097e3fadd39dd0326f917932c4a0b5d30d894b (patch) | |
tree | bee567674dfc1206012a7fdb512e0d8c03da1e47 /python/google-images-download/README | |
parent | 110dd65648828931fc7e0931463058a6d3febaae (diff) |
python/google-images-download: Added (Py script for Google Images)
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/google-images-download/README')
-rw-r--r-- | python/google-images-download/README | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/python/google-images-download/README b/python/google-images-download/README new file mode 100644 index 0000000000000..5c1af96538506 --- /dev/null +++ b/python/google-images-download/README @@ -0,0 +1,18 @@ +Summary + +This is a command line python program to search keywords/key-phrases on +Google Images and optionally download images to your computer. You can +also invoke this script from another python file. + +This is a small and ready-to-run program. No dependencies are required +to be installed if you would only want to download up to 100 images per +keyword. If you would want more than 100 images per keyword, then you +would need to install Selenium library along with chromedriver. Detailed +instructions in the troubleshooting section. + +Compatibility + +This program is compatible with both the versions of python - 2.x and +3.x (recommended). It is a download-and-run program with no changes to +the file. You will just have to specify parameters through the command +line. |