https://github.com/adityashrm21/reading-time-calculator
A python script to calculate the time you would need to read a pdf book
https://github.com/adityashrm21/reading-time-calculator
book-reading pdf pdf-book pdf-document python python-3 python-script
Last synced: 5 months ago
JSON representation
A python script to calculate the time you would need to read a pdf book
- Host: GitHub
- URL: https://github.com/adityashrm21/reading-time-calculator
- Owner: adityashrm21
- License: mit
- Created: 2016-05-27T11:57:06.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-01-31T20:14:31.000Z (over 7 years ago)
- Last Synced: 2025-04-05T13:38:01.869Z (6 months ago)
- Topics: book-reading, pdf, pdf-book, pdf-document, python, python-3, python-script
- Language: Python
- Size: 2.93 KB
- Stars: 7
- Watchers: 2
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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 :
```bash
$ sudo apt-get install python3
```If you don't have pip3 installed, you just need to install pip3 using :
```bash
$ sudo apt-get install python3-pip
```You may also need to install PyPDF2 if you don't already have it installed :
```bash
$ sudo pip3 install PyPDF2```
### Usage:```bash
$ python3 read_time.py
```