From 64b6180edd98f30ce23ace27bac705fb6fb0d6f0 Mon Sep 17 00:00:00 2001 From: Rohit Date: Sun, 23 Jul 2017 17:18:30 +0530 Subject: [PATCH 1/2] Update README.md --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 97fbab1aa74..2287458574d 100644 --- a/README.md +++ b/README.md @@ -27,9 +27,9 @@ In the scripts the comments etc are lined up correctly when they are viewed in [ - `nslookup_check.py` - This very simple script opens the file `server_list.txt` and then does an nslookup for each one to check the DNS entry. -- `osinfo.py` - Displays some information about the OS you are running this script on. +- `osinfo.py` - Displays some information about the OS on which you are running this script. -- `ping_servers.py` - This script will, depending on the arguments supplied, will ping the servers associated with that application group. +- `ping_servers.py` - This script depending on the arguments supplied, will ping the servers associated with that application group. - `ping_subnet.py` - After supplying the first 3 octets it will scan the final range for available addresses. @@ -41,22 +41,22 @@ In the scripts the comments etc are lined up correctly when they are viewed in [ - `script_listing.py` - This will list all the files in the given directory, it will also go through all the subdirectories as well. -- `testlines.py` - This very simple script open a file and prints out 100 lines of whatever is set for the line variable. +- `testlines.py` - This very simple script opens a file and prints out 100 lines of whatever is the set for the line variable. - `tweeter.py` - This script allows you to tweet text or a picture from the terminal. - `serial_scanner.py` contains a method called ListAvailablePorts which returns a list with the names of the serial ports that are in use in our computer, this method works only on Linux and Windows (can be extended for mac osx). If no port is found, an empty list is returned. -- `get_youtube_view.py` - This is very simple python script to get more views for your youtube videos.Some times I use for repeating my favorite songs by this scripts. +- `get_youtube_view.py` - This is very simple python script to get more views for your youtube videos. Sometimes I use it for repeating my favorite songs by this script. -- `CountMillionCharacter.py` - This Script will,counting character script, count how much character present *any text based file. +- `CountMillionCharacter.py` - This Script is used for 1.counting character script 2.count how much characters are present on any text based file. -- `xkcd_downloader.py` - Downloads the latest XKCD comic and places them in a new folder "comics" +- `xkcd_downloader.py` - Downloads the latest XKCD comic and places them in a new folder "comics". - `timymodule.py` - A great alternative to Pythons 'timeit' module and easier to use. - `calculator.py` - Uses Python's eval() function to implement a calculator. -- `Google_News.py` - Uses BeautifulSoup to provide Latest News Headline along with news link +- `Google_News.py` - Uses BeautifulSoup to provide Latest News Headline along with news link. - `cricket_live_score` - Uses BeautifulSoup to provide live cricket score From 4711f80e784d5e9a7ce297c54c6fd65ef50abfdf Mon Sep 17 00:00:00 2001 From: Rohit Date: Sun, 23 Jul 2017 17:19:22 +0530 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2287458574d..3c73a0b9262 100644 --- a/README.md +++ b/README.md @@ -59,4 +59,4 @@ In the scripts the comments etc are lined up correctly when they are viewed in [ - `Google_News.py` - Uses BeautifulSoup to provide Latest News Headline along with news link. -- `cricket_live_score` - Uses BeautifulSoup to provide live cricket score +- `cricket_live_score` - Uses BeautifulSoup to provide live cricket score.