An open API service indexing awesome lists of open source software.

https://github.com/varuntotakura/pypdfreader

Python reads loud your pdf which you have selected.
https://github.com/varuntotakura/pypdfreader

pdfreader python voice

Last synced: 3 months ago
JSON representation

Python reads loud your pdf which you have selected.

Awesome Lists containing this project

README

        

# PyPdfReader

Python reads your pdf files loud.

First thing is that you need to install PyPDF2
```
pip install PyPDF2
```
And then you need to install pyttsx3 which is a reading od voice outout module.
```
pip install pyttsx3
```
Note: pyttsx3 is compatable to 3.6.x and lower version.