A file reader that show text word per word and you can controll the number of words per minute
You can install this package using pip:
$ pip install wpm_reader
You can now import this module on your Python project:
import wpm_reader
To start developing this project, clone this repo and do:
$ make env-create
This will create a virtual environment with all the needed dependencies (using tox). You can activate this environment with:
$ source ./.tox/wpm_reader/bin/activate
Then, you can run make help
to learn more about the different tasks you can perform on this project using make.