A simple and offline PDF audio reader using Python.
The task can be simply divided into 2 steps:
-
Extract text from PDF. Refer read.py for a sample.
-
Convert text to speech. Refer speak.py for a sample.
pdf_audio_reader.py contains the complete code for python script.
pdf_audio_CLI.py contains the whole code for the Command Line Interface(CLI) of this project.
pdf_audio_GUI.py contains the whole code for the GUI version of this project.
-
pip install PyPDF2
-
pip install pyttsx3
pip install pyaudio and pywin32 (if not working)
- Create a Python package for this project.
-
Fork the repo on GitHub
-
Clone the project to your own machine
-
Commit changes to your own branch
-
Push your work back up to your fork on Github
-
Submit a Pull request!