File tree 1 file changed +30
-0
lines changed
1 file changed +30
-0
lines changed Original file line number Diff line number Diff line change @@ -43,3 +43,33 @@ Happy scripting!
43
43
#### Requirements :
44
44
45
45
Python 3.5+
46
+
47
+ ### WebWordCounter
48
+ A simple script that counts how many times a word appears on a web page.
49
+
50
+ #### Requirements :
51
+ Python 3.5+
52
+
53
+ ### FileDuplicateFinder
54
+ A script that looks into all files under one or more directories and reports which are duplicates.
55
+
56
+ #### Requirements :
57
+ Python 3.5+
58
+
59
+ ### Image Scrapper
60
+ A program to pull all the images from the given URL.
61
+
62
+ #### Requirements :
63
+ Python 3.5+
64
+
65
+ ### DateIterator
66
+ A simple script that prints out all the dates in a given year
67
+
68
+ #### Requirements :
69
+ Python 3.5+
70
+
71
+ ### WebsiteMonitor :
72
+ Monitor a website for a seach term. When it shows up, send yourself an e-mail.
73
+
74
+ #### Requirements :
75
+ Python 3.5+, Requests
You can’t perform that action at this time.
0 commit comments