/pdf-to-audio

audiobook

Primary LanguagePython

pdf-to-audio(LISTEN)

It is a audiobook from pdf with python.
LIBRARIES:
1.PyPDF2:A Pure-Python library built as a PDF toolkit. It is capable of extracting document information splitting documents page by page merging documents page by page cropping pages merging multiple pages into a single page encrypting and decrypting PDF files and more.
Installation: pip install PyPDF2
2.pyttsx3:pyttsx3 is a text-to-speech conversion library in Python.
Installation: pip install pyttsx3