Skip to content

Commit 646ec40

Browse files
authored
Merge pull request #17 from pradiptasarma/readme_change
added links and changed requrements
2 parents ae0376d + 4203750 commit 646ec40

File tree

1 file changed

+38
-47
lines changed

1 file changed

+38
-47
lines changed

README.md

+38-47
Original file line numberDiff line numberDiff line change
@@ -12,88 +12,79 @@ Happy scripting!
1212

1313
# Python scripts:
1414

15-
### AutoWhatsapp
15+
## Requirements :
1616

17-
A program to spam messages to a whatsapp contact any number of times
17+
Python 3.5+
1818

19-
#### Requirements :
19+
[**AutoWhatsapp**](https://github.com/fnplus/Python-scripts-collection/tree/master/AutoWhatsapp)
2020

21-
Python 3.5+,Sellenium,Chrome web browser
21+
A program to spam messages to a whatsapp contact any number of times
2222

23-
### AutoLinkedIn
23+
Additional Requirement :
24+
Sellenium, Chrome web browser
25+
26+
27+
[**AutoLinkedIn**](https://github.com/fnplus/Python-scripts-collection/tree/master/AutoLinkedIn)
2428

2529
A program to automate the LinkedIn connection requests sending.
2630

27-
#### Requirements :
31+
Additional Requirement :
32+
Sellenium, Chrome web browser
33+
2834

29-
Python 3.5+,Sellenium,Chrome web browser
3035

31-
### PDFDownloader
36+
[**PDFDownloader**](https://github.com/fnplus/Python-scripts-collection/tree/master/PDFdownloader) :
3237

3338
A program to download PDF files off the internet.
3439

35-
#### Requirements :
36-
37-
Python 3.5+
38-
39-
### FileMan
40+
[**FileMan**](https://github.com/fnplus/Python-scripts-collection/tree/master/FileMan) :
4041

4142
A simple Command line tool to manipulate files and directories and perform repetitive tasks like creating multiple directories fast and easy
4243

43-
#### Requirements :
4444

45-
Python 3.5+
45+
[**WebWordCounter**](https://github.com/fnplus/Python-scripts-collection/tree/master/WebWordCounter) :
4646

47-
### WebWordCounter
4847
A simple script that counts how many times a word appears on a web page.
4948

50-
#### Requirements :
51-
Python 3.5+
52-
53-
### FileDuplicateFinder
49+
50+
[**FileDuplicateFinder**](https://github.com/fnplus/Python-scripts-collection/tree/master/FileDuplicateFinder) :
51+
5452
A script that looks into all files under one or more directories and reports which are duplicates.
5553

56-
#### Requirements :
57-
Python 3.5+
58-
59-
### Image Scrapper
54+
55+
[**Image Scrapper**](https://github.com/fnplus/Python-scripts-collection/tree/master/Image%20Scrapper) :
56+
6057
A program to pull all the images from the given URL.
6158

62-
#### Requirements :
63-
Python 3.5+
59+
[**DateIterator**](https://github.com/fnplus/Python-scripts-collection/tree/master/DateIterator) :
6460

65-
### DateIterator
6661
A simple script that prints out all the dates in a given year
62+
63+
[**WebsiteMonitor**](https://github.com/fnplus/Python-scripts-collection/tree/master/WebsiteMonitor) :
6764

68-
#### Requirements :
69-
Python 3.5+
70-
71-
### WebsiteMonitor :
7265
Monitor a website for a seach term. When it shows up, send yourself an e-mail.
66+
67+
Additional Requirements :
68+
Requests
69+
7370

74-
#### Requirements :
75-
Python 3.5+, Requests
71+
[**AutoScreenshot**](https://github.com/fnplus/Python-scripts-collection/tree/master/AutoScreenshot) :
7672

77-
### AutoScreenshot :
7873
Automatically take a screenshot of the desktop and email it to yourself every x seconds
7974

80-
#### Requirements :
81-
Python 3.5+, pyautogui, smtplib, ssl, email, getpass
75+
Additional Requirements :
76+
pyautogui, smtplib, ssl, email, getpass
77+
78+
79+
80+
[**FileLocator**](https://github.com/fnplus/Python-scripts-collection/tree/master/FileLocator) :
8281

83-
### FileLocator :
8482
For given directory location find size and path of all files of a particular extension present in directory (including sub-directories).
8583

86-
#### Requirements :
87-
Python 3.5+
84+
[**FindIPAddress**](https://github.com/fnplus/Python-scripts-collection/tree/master/FindIPAddress) :
8885

89-
### FindIPAddress :
9086
Find your host name and IP address.
9187

92-
#### Requirements :
93-
Python 3.5+
94-
95-
### MostCommonEmail:
96-
Seeking email that sent the most emails from email logs (text file)
88+
[**MostCommonEmail**](https://github.com/fnplus/Python-scripts-collection/tree/master/MostCommonEmail) :
9789

98-
### Requirements:
99-
Python 3.5+
90+
Seeking email that sent the most emails from email logs (text file)

0 commit comments

Comments
 (0)