Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 555 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 555 Bytes

Automated-PDF-Reader-Python

An automated PDF reader written in Python.

Code submitted by Sheshadri Vyas.

  • Read a PDF file provided in the root directory of the script.
  • Saves the page number so that the reader automatically starts reading from where it was left off.

Usage

  1. Install pyttsx3
pip install pyttsx3
  1. Install PyPDF2
pip install PyPDF2
  1. Add a PDF file in the directory of the Script. It will automatically detect the PDF, no need to make any changes in the code.

Enjoy!