Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 486 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 486 Bytes

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