https://github.com/mosquito/pyword-stat
pyWord-Stat simple text statistic tool
https://github.com/mosquito/pyword-stat
python python3 simple statistic word-stat
Last synced: 19 days ago
JSON representation
pyWord-Stat simple text statistic tool
- Host: GitHub
- URL: https://github.com/mosquito/pyword-stat
- Owner: mosquito
- License: mit
- Created: 2017-07-11T20:18:47.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-11T20:26:13.000Z (almost 9 years ago)
- Last Synced: 2025-01-19T06:46:30.036Z (over 1 year ago)
- Topics: python, python3, simple, statistic, word-stat
- Language: Python
- Size: 1.24 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
pyword-stat
===========
The simple word counter.
Installation
------------
.. code-block:: shell
pip3 install https://github.com/mosquito/pyword-stat/archive/master.zip
Usage example
-------------
.. code-block::
$ echo "foo bar foo" | pyword-stat
foo: 2
bar: 1
Testing
-------
Just run make test (requires installed pytest)