/read_time

Estimate the reading time for you!

Primary LanguagePythonMIT LicenseMIT

Read Time

GitHub Build Status Codacy Badge Python PyPI PyPI - Downloads saythanks

Estimate the reading time for you! The calculation based on standard reading speed

Installation

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.

From sources

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

Usage

estimate_reading_time.py -h

Oh, Thanks!

By the way... Click if you'd like to saythanks... :) else Star it.

✨🍰✨

Feedback

Feel free to fork it or send me PR to improve it.

Credits

This package was created with Cookiecutter and the mmphego/cookiecutter-python-package project template.