Awesome
spritz-cmd
The command-line version of implementation which is inspired by a cool reading tool, Spritz.
Installation
via setup.py:
git clone https://github.com/littleq0903/spritz-cmd
cd spritz-cmd
python setup.py install
via pip:
pip install spritz
Usage
Read from files:
spritz.py [wpm] [<file1>, <file2>, ...]
Read from stdin:
cat sample/1-company.txt | spritz.py [wpm]
or
pbpaste | spritz.py [wpm]
If the wpm is not given, default value of wpm is 250.