/Audiobook-Maker

An audiobook maker created with python that can produce audiobooks in mp3 format from PDF, text, and Word files.

Primary LanguagePythonMIT LicenseMIT

Audiobook-Maker

The audiobook maker is a python program which can produce audiobooks in mp3 format from PDF, text or Word files without any internet connection.

External modules required:

  • PyPDF2
  • python-docx
  • pyttsx3

To install all the modules at once:

pip install -r requirements.txt

The mp3 file generated will be saved in the current working directory.