PDF_AUDIO_READER
                                
                                 PDF_AUDIO_READER copied to clipboard
                                
                                    PDF_AUDIO_READER copied to clipboard
                            
                            
                            
                        A simple and offline PDF audio reader
PDF ORATEUR
A simple and offline PDF audio reader using Python.
How it works?
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.
Dependencies
- 
pip install PyPDF2
- 
pip install pyttsx3pip install pyaudio and pywin32 (if not working)
TODOs
- [ ] Create a Python package for this project.
Want to contribute?
- 
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! 
