/word-count

A python module for counting words in text: from a list object, file, json.

Primary LanguagePython

word-count

A python module for counting words in text: from a list object, file, json.

usage

import word-count as wc
word_count = wc.word_counter(list|file|json)
print(word_count)
"1400 words in your document"

Great!