Convert any pdf into audiobook.
Audiobook made on Python using pyttsx3 and PyPDF2.
Fork this repo then open cmd and type:-pip install pyttsx3
which is a text to speech conversion library.pip install pypdf2
to read PDF file using Python enter .pip install pyaudio
for text to speech conversion.
Upload the respective pdf you want to read.
I found this documentation quite helpful for understanding pyttsx3.
A good overview of PyPDF2 is given on pythonhosted. Do check this one out.
Moreover Programming Hero has a nice video about the same.
Follow along this video Don’t Buy Audiobooks! 😎 Build Your Own With Just 12 Lines Of Python for better understanding.