Added Files

This commit is contained in:
Ayesha 2022-10-10 18:52:09 +05:00 committed by GitHub
parent 790c2b578a
commit a1637a1820
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

6
PdfToAudio/README.md Normal file
View File

@ -0,0 +1,6 @@
# 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`