Skip to content

Learn how to create a Audiobook from any pdf using Python. We are using two libraries to build Audiobook using Python 1. pyttsx3 Description ------------------ pyttsx3 is a text-to-speech conversion library in Python. Unlike alternative libraries, it works offline, and is compatible with both Python 2 and 3. Installation ------------------ pip i…

Notifications You must be signed in to change notification settings

codex-learn/Audiobook-from-pdf-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Audiobook-from-pdf-Python

Learn how to create a Audiobook from any pdf using Python.

We are using two libraries to build Audiobook using Python

  1. pyttsx3
    pyttsx3 is a text-to-speech conversion library in Python. Unlike alternative libraries, it works offline, and is compatible with both Python 2 and 3.

    Installation

    pip install pyttsx3

  2. PyPDF2
    A Pure-Python library built as a PDF toolkit. It is capable of extracting document information splitting documents page by page merging documents page by page cropping pages merging multiple pages into a single page encrypting and decrypting PDF files and more!

    Installation

    pip install PyPDF2

About

Learn how to create a Audiobook from any pdf using Python. We are using two libraries to build Audiobook using Python 1. pyttsx3 Description ------------------ pyttsx3 is a text-to-speech conversion library in Python. Unlike alternative libraries, it works offline, and is compatible with both Python 2 and 3. Installation ------------------ pip i…

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages