Listen any PDF book with just few line of
Install the audibook with pip
pip install audiobook
you can also download the audiobook module with help of pip
pip install audiobook
Audio Book is Python script to read pdf files.Use command link to enter the file location
<<<<<<< HEAD
from audiobook import Audiobook
ab = Audiobook("file_path")
ab.text_to_speech()
=======
5f1337938ee0816cc4f09a908744f82686b6eb15
- 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
documentation:- https://github.com/nateshmbhat/pyttsx3