nhsz / read-time

:clock1::book: Medium-like reading estimation time

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

read-time

🕐📖 Medium-like reading estimation time

Usage

Remember this is a Go script, so you need to install Go first!

go run readtime.go <FILE PATH>

Example

If both script and file are on the same directory:

> go run readtime.go example.txt
Total words:  455
Reading time: this will take about 1 minute and 39 seconds to be read.

Otherwise, you have to provide the full path for text file.

About

:clock1::book: Medium-like reading estimation time

License:MIT License


Languages

Language:Go 100.0%