Skip to content

A file reader that show text word per word and you can control the number of words per minute

License

Notifications You must be signed in to change notification settings

vgonisanz/wpm-reader

Repository files navigation

wpm-reader

A file reader that show text word per word and you can controll the number of words per minute

Contributing Guidelines · Request a Feature · Report a Bug

Usage

You can install this package using pip:

$ pip install wpm_reader

You can now import this module on your Python project:

import wpm_reader

Development

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.

License

Copyright

About

A file reader that show text word per word and you can control the number of words per minute

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published