From a1637a18200e105c063d548084be641531e330e0 Mon Sep 17 00:00:00 2001 From: Ayesha <106478752+ayeshag7@users.noreply.github.com> Date: Mon, 10 Oct 2022 18:52:09 +0500 Subject: [PATCH] Added Files --- PdfToAudio/README.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 PdfToAudio/README.md diff --git a/PdfToAudio/README.md b/PdfToAudio/README.md new file mode 100644 index 0000000..ee32722 --- /dev/null +++ b/PdfToAudio/README.md @@ -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`