vidhikhatwani / Text-to-speech-using-gTTS

A simple python code to convert text into speech by using a Google API called gTTS or Google Text To Speech.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Text-to-speech-using-gTTS

A simple python code to convert text into speech by using a Google API called gTTS or Google Text To Speech. gTTS is a very easy to use tool which converts the text entered, into audio which can be saved as a mp3 file.

This code saves the audio file in .mp3 format after conversion in the same folder as jupytor notebooks. Playsound Module is used to play audio files in the notebook itself.

About

A simple python code to convert text into speech by using a Google API called gTTS or Google Text To Speech.


Languages

Language:Jupyter Notebook 100.0%