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.
- Host: GitHub
- URL: https://github.com/varuntotakura/pypdfreader
- Owner: varuntotakura
- License: bsd-2-clause
- Created: 2018-12-15T06:46:32.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-04-21T03:45:21.000Z (about 6 years ago)
- Last Synced: 2025-01-13T09:27:59.530Z (5 months ago)
- Topics: pdfreader, python, voice
- Language: Python
- Size: 1.95 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.