X Tutup
Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

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
X Tutup