#Audio-Book
A tool that converts pdf documents(books) to audio form using Text-to-Speech
Clone the project
git clone [email protected]:vicodevv/audio-book.git
Go to the project directory
cd audio-book
Install dependencies
pip install PyPDF2 or pip3 install PyPDF2
pip install pyttsx3 or pip3 install pyttsx3
Run the code
python main.py
Install audio-book with pip
pip install PyPDF2
pip install pyttsx3
cd audio-book
To deploy this project run
python main.py