mirror of
https://github.com/hastagAB/Awesome-Python-Scripts.git
synced 2024-11-24 04:21:08 +00:00
7 lines
246 B
Markdown
7 lines
246 B
Markdown
# 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`
|