This website requires JavaScript.
Explore
Help
Sign In
mathdatech
/
Awesome-Python-Scripts
Watch
1
Star
0
Fork
0
You've already forked Awesome-Python-Scripts
mirror of
https://github.com/hastagAB/Awesome-Python-Scripts.git
synced
2025-03-16 18:49:47 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
00e5e7f24d
Branches
Tags
View all branches
Awesome-Python-Scripts
/
PdfToAudio
History
Ayesha
a1637a1820
Added Files
2022-10-10 18:52:09 +05:00
..
pdf_to_audiobook.py
Added Files
2022-10-08 16:13:24 +05:00
README.md
Added Files
2022-10-10 18:52:09 +05:00
requirements.txt.txt
Added Files
2022-10-08 16:13:24 +05:00
README.md
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