/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.

Primary LanguageJupyter Notebook

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.