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
a0d4e04a3c
Branches
Tags
View all branches
Awesome-Python-Scripts
/
PdfToAudio
History
Akshath
a0d4e04a3c
Resolving conflict
2023-10-24 18:34:49 +05:30
..
pdf_to_audiobook.py
Resolving conflict
2023-10-24 18:34:49 +05:30
README.md
Added Files
2022-10-10 18:52:09 +05:00
requirements.txt.txt
Resolving conflict
2023-10-24 18:34:49 +05:30
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