Skip to content

Commit f89f53e

Browse files
committed
Update blog-reading-time.py
1 parent d6ea990 commit f89f53e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

blog-reading-time.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
# Last Modified :
44
# Version : 1.0
55
# Modifications :
6-
# Description : Parse a file/blog, count the number of words in it and copy the estimated reading time embeded in html into clipboard, assuming that average reading time is 200 wpm and where the average word length is taken as 5.1 letters
7-
# Known Bugs :
6+
# Description : Parse text data from file/clipboard memory, count the number of words in it and copy the estimated reading time embeded in html into clipboard, assuming that average reading time is 200 wpm and where the average word length is taken as 5.1 letters
7+
# Known Bugs :
88

99

1010
#importing vendor modules
11-
import sys, pyperclip, re
11+
import sys, pyperclip
1212

1313

1414
def countCharacters(fileData):

0 commit comments

Comments
 (0)