From a7bd209161910fd24483a54839742ee67dd1f16f Mon Sep 17 00:00:00 2001 From: Bill CX Date: Wed, 18 Oct 2017 08:10:25 -0400 Subject: [PATCH] Added content to readme.md --- README.md | 35 +++++++++++++++++++++++++++++++++-- 1 file changed, 33 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d3b228a..5dea54a 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,33 @@ -# README -Some programmes used in automation of tasks +# Searching Words +Author: rammanoj + +### Discription +This is a python code to search given words in Google (IN). + +## 1. gs.py + +#### Usage + +``` +python gs.py ... +``` + +#### Discription +This is the script search words from Google and return address. + +## 2. webscrap.py +#### Usage +``` +python webscrap.py ... +``` +#### Discription +Search world in the google results page. + +## 3. search.py +#### Usage +``` +python search.py ... +``` +#### Discription +searches all the occurance of words in a file or a directory from entire os. +