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. +