Install it from pypi
pip install audiobook
from audiobook import AudioBook
ab = AudioBook("file_path")
ab.text_to_speech()
The audiobook is a python module to listen to your fav pdf book.
Run tests:
pip install -r requirements.txt
python -m unittest tests
Read Detailed Documentation here
- 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
- speech speed control
- Support more extensions
- save the audiobook for future
- Alpha
- Module : AudioBook
- Author : py-contributors
- Language : Python