Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 1.16 KB

File metadata and controls

17 lines (9 loc) · 1.16 KB

python-programs

These are python scripts which automate some boring stuff.

gsearch.py : This is program for scraping results from google.

wik.py : This program searches for the given parameter on wikipedia using the wikipedia package. It also displays links related to the search parameter.

stopwatch.py : This program is a stopwatch. It displays the lap number, time taken at a partcular lap from the beginnning and time taken between two consecutive laps.

maps.py : This program shows location of a given place on google maps.

pw.py : This program copies the password of the account you want to the clipboard. This way you can just store all your passwords in a single place and access them whenever required and directly paste them.

pwvld.py : This is a program to check the stength of your password.

telemail.py : This program uses regular expressions to extract all the telephone numbers and email ids from a given text. You have to select the text as a pre-requisite. The text will automatically be copied to the clipboard and the telephone numbers and email ids will be extracted.