Estimate the reading time for you! The calculation based on standard reading speed
To install Read Time, run this command in your terminal:
pip install -U read_time
This is the preferred method to install Read Time, as it will always install the most recent stable release.
If you don't have pip installed, this Python installation guide can guide you through the process.
The sources for Read Time can be downloaded from the Github repo.
You can either clone the public repository:
git clone git://github.com/mmphego/read_time
Or download the tarball:
curl -OL https://github.com/mmphego/read_time/tarball/master
Once you have a copy of the source, you can install it with:
python setup.py install
estimate_reading_time.py -h
By the way... Click if you'd like to saythanks... :) else Star it.
✨🍰✨
Feel free to fork it or send me PR to improve it.
This package was created with Cookiecutter and the mmphego/cookiecutter-python-package project template.