Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Python script - Turn PDFs into Audiobooks
A minimalistic python script to turn any PDF document into an audio book. Dependencies: 1. PyPDF2 - https://github.com/mstamy2/PyPDF2 2. pyttsx3 - https://github.com/nateshmbhat/pyttsx3 Usage: 1. Place the PDF in same drectory as the script. 2. Execute the script: **python audiobook_gen.py** and enter the filename ( with.pdf/.PDF extension) 3. Enjoy your audiobook :)
- Loading branch information