By Rohit Ambesh
This program will convert book to audio and run in real time by using gTTs library and pyPDF2 library in Python
Introduction
I have created a Python program that in which you will have to just enter the name of book, it should be in file which contain the program and it will be converted to speech from text. Also, you have to enter the page no from where you want to listen.
Library used
gTTs
PyPDF2
os
About
This project is created on jupyter notebook. In this you have to upload a pdf file which will be opened and extracted using PyPDF2 library and then it will converted to speech using gTTS which will be saved in your system and executed in real time us os which will open a default player to run the audio.
Note
If the file name is not entered then the default file “The Alchemist.pdf” will be act as selected pdf book.
Converted file contain he audio from the page entered to last page.
Audio file will get saved as “conv.mp3”
Run
Open jupyter notebook and on kernel select "restart and run all"
Submitted by Rohit Ambesh (rohitambesh)
Download packets of source code on Coders Packet
Comments