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-02-25 09:28:39 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
c1d9003c4c
Branches
Tags
View all branches
Awesome-Python-Scripts
/
PdfToAudio
/
README.md
Ayesha
a1637a1820
Added Files
2022-10-10 18:52:09 +05:00
246 B
Raw
Blame
History
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