adityashrm21 / Reading-Time-Calculator

A python script to calculate the time you would need to read a pdf book

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Reading-Time-Calculator

A python script to calculate the approximate time you would need to complete reading a pdf book

Requirements:

#####This script needs Python 3+

If you don't have Python 3 installed, you just need to install python3 package :

$ sudo apt-get install python3

If you don't have pip3 installed, you just need to install pip3 using :

$ sudo apt-get install python3-pip

You may also need to install PyPDF2 if you don't already have it installed :

$ sudo pip3 install PyPDF2

Usage:

$ python3 read_time.py <filename>

About

A python script to calculate the time you would need to read a pdf book

License:MIT License


Languages

Language:Python 100.0%