Installation

Install As Pip Package

Install the package using pip:

pip install audiobook

Install From Source

git clone https://github.com/Py-Contributors/AudioBook
cd AudioBook

# Install the package
python setup.py install

Test Installation

audiobook --help

Linux Installation Requirements

If you are using a Linux system and the voice output is not working, then Install espeak , ffmpeg and libespeak1 as shown below:

sudo apt-get install espeak ffmpeg libespeak1