Awesome-Python-Scripts/PdfToAudio
Akshath fdf0ccb570 Revert "Resolving conflict"
This reverts commit a0d4e04a3c.
2023-10-25 10:14:56 +05:30
..
pdf_to_audiobook.py Revert "Resolving conflict" 2023-10-25 10:14:56 +05:30
README.md Added Files 2022-10-10 18:52:09 +05:00
requirements.txt.txt Revert "Resolving conflict" 2023-10-25 10:14:56 +05:30

Pdf to Audiobook Converter

This python script generates audio for given pdf files.

Dependencies / Requirements

  • PyPDF2. Install it by typing this command in your terminal pip install PyPDF2
  • pyttsx3. Install it by pip install pyttsx3