Skip to content

Listen to Pdf/Rtf/txt/docs/epub/mobi/odt book with just a few line of Python code. Leave a ⭐ if you like It.

License

Notifications You must be signed in to change notification settings

Py-Contributors/AudioBook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Audio Book

Read any PDF book with just few line of Python code

Installation

Create new Virtual ENV:

pip install audiobook
from audiobook import Audiobook
ab = Audiobook("file_path")
ab.text_to_speech()

Linux installation requirements

  • If you are on a linux system and if the voice output is not working , then : Install espeak , ffmpeg and libespeak1 as shown below:
sudo apt update && sudo apt install espeak ffmpeg libespeak1