ByGeorge- / word-count

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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!

About

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


Languages

Language:Python 100.0%