We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 790c2b5 commit a1637a1Copy full SHA for a1637a1
PdfToAudio/README.md
@@ -0,0 +1,6 @@
1
+# Pdf to Audiobook Converter
2
+This python script generates audio for given pdf files.
3
+
4
+## Dependencies / Requirements
5
+- PyPDF2. Install it by typing this command in your terminal `pip install PyPDF2`
6
+- pyttsx3. Install it by `pip install pyttsx3`
0 commit comments