From d3febd0abe160c4704046b662834ef805269ff66 Mon Sep 17 00:00:00 2001 From: yashLadha Date: Mon, 23 Jan 2017 09:46:46 +0530 Subject: [PATCH] Updated Readme.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index e14ac220822..d7fa302ec20 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,8 @@ In the scripts the comments etc are lined up correctly when they are viewed in [ - `create_dir_if_not_there.py` - Checks to see if a directory exists in the users home directory, if not then create it. +- `Google Image Downloader` - Query the specific term and retrieve the images from google image database. + - `dir_test.py` - Tests to see if the directory `testdir` exists, if not it will create the directory for you. - `env_check.py` - This script will check to see if all of the environment variables I require are set.