The command-line version of implementation which is inspired by a cool reading tool, Spritz.
via setup.py:
git clone https://github.com/littleq0903/spritz-cmd
cd spritz-cmd
python setup.py installvia pip:
pip install spritzRead 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.