@@ -12,88 +12,79 @@ Happy scripting!
12
12
13
13
# Python scripts:
14
14
15
- ### AutoWhatsapp
15
+ ## Requirements :
16
16
17
- A program to spam messages to a whatsapp contact any number of times
17
+ Python 3.5+
18
18
19
- #### Requirements :
19
+ [ ** AutoWhatsapp ** ] ( https://github.com/fnplus/Python-scripts-collection/tree/master/AutoWhatsapp )
20
20
21
- Python 3.5+,Sellenium,Chrome web browser
21
+ A program to spam messages to a whatsapp contact any number of times
22
22
23
- ### AutoLinkedIn
23
+ Additional Requirement :
24
+ Sellenium, Chrome web browser
25
+
26
+
27
+ [ ** AutoLinkedIn** ] ( https://github.com/fnplus/Python-scripts-collection/tree/master/AutoLinkedIn )
24
28
25
29
A program to automate the LinkedIn connection requests sending.
26
30
27
- #### Requirements :
31
+ Additional Requirement :
32
+ Sellenium, Chrome web browser
33
+
28
34
29
- Python 3.5+,Sellenium,Chrome web browser
30
35
31
- ### PDFDownloader
36
+ [ ** PDFDownloader** ] ( https://github.com/fnplus/Python-scripts-collection/tree/master/PDFdownloader ) :
32
37
33
38
A program to download PDF files off the internet.
34
39
35
- #### Requirements :
36
-
37
- Python 3.5+
38
-
39
- ### FileMan
40
+ [ ** FileMan** ] ( https://github.com/fnplus/Python-scripts-collection/tree/master/FileMan ) :
40
41
41
42
A simple Command line tool to manipulate files and directories and perform repetitive tasks like creating multiple directories fast and easy
42
43
43
- #### Requirements :
44
44
45
- Python 3.5+
45
+ [ ** WebWordCounter ** ] ( https://github.com/fnplus/ Python-scripts-collection/tree/master/WebWordCounter ) :
46
46
47
- ### WebWordCounter
48
47
A simple script that counts how many times a word appears on a web page.
49
48
50
- #### Requirements :
51
- Python 3.5+
52
-
53
- ### FileDuplicateFinder
49
+
50
+ [ ** FileDuplicateFinder** ] ( https://github.com/fnplus/Python-scripts-collection/tree/master/FileDuplicateFinder ) :
51
+
54
52
A script that looks into all files under one or more directories and reports which are duplicates.
55
53
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
+
60
57
A program to pull all the images from the given URL.
61
58
62
- #### Requirements :
63
- Python 3.5+
59
+ [ ** DateIterator** ] ( https://github.com/fnplus/Python-scripts-collection/tree/master/DateIterator ) :
64
60
65
- ### DateIterator
66
61
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 ) :
67
64
68
- #### Requirements :
69
- Python 3.5+
70
-
71
- ### WebsiteMonitor :
72
65
Monitor a website for a seach term. When it shows up, send yourself an e-mail.
66
+
67
+ Additional Requirements :
68
+ Requests
69
+
73
70
74
- #### Requirements :
75
- Python 3.5+, Requests
71
+ [ ** AutoScreenshot** ] ( https://github.com/fnplus/Python-scripts-collection/tree/master/AutoScreenshot ) :
76
72
77
- ### AutoScreenshot :
78
73
Automatically take a screenshot of the desktop and email it to yourself every x seconds
79
74
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 ) :
82
81
83
- ### FileLocator :
84
82
For given directory location find size and path of all files of a particular extension present in directory (including sub-directories).
85
83
86
- #### Requirements :
87
- Python 3.5+
84
+ [ ** FindIPAddress** ] ( https://github.com/fnplus/Python-scripts-collection/tree/master/FindIPAddress ) :
88
85
89
- ### FindIPAddress :
90
86
Find your host name and IP address.
91
87
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 ) :
97
89
98
- ### Requirements:
99
- Python 3.5+
90
+ Seeking email that sent the most emails from email logs (text file)
0 commit comments