Awesome-Python-Scripts/PdfToAudio/README.md

7 lines
246 B
Markdown
Raw Normal View History

2022-10-10 13:52:09 +00:00
# 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`