Skip to content

mosquito/pyword-stat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pyword-stat

The simple word counter.

Installation

pip3 install https://github.com/mosquito/pyword-stat/archive/master.zip

Usage example

$ echo "foo bar foo" | pyword-stat
foo: 2
bar: 1

Testing

Just run make test (requires installed pytest)

Releases

No releases published

Packages

No packages published