An open API service indexing awesome lists of open source software.

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

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)