Skip to content

Text to speech is a process to convert any text into voice. Text to speech project takes words on digital devices and convert them into audio. Here I have used Google-text-to-speech library popularly known as gTTS library to convert text file to .mp3 file. Hope you like my project!

vishwajeetanand21/Text-to-speech-in-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

WhatsApp Image 2021-05-08 at 12 10 48 (2)

Text to speech (using Python)

Text to speech is a process to convert any text into voice. Text to speech project takes words on digital devices and convert them into audio. Here I have used Google-text-to-speech library popularly known as gTTS library to convert text file to .mp3 file. The gTTS library supports several languages including English, Hindi, Tamil, French, German and many more. And before getting started in this project you have to install couple of python libraries like gTTS and playsound. In order to download the libraries, open your terminal and write (pip install gtts) and (pip install playsound). In this project I have written the description of each line of code, this will make you clear with the coding section! I have attached the file (icon of my window) with the exact code in this project. Now you are all set to run the program. Hope you like this project! Thank you.

About

Text to speech is a process to convert any text into voice. Text to speech project takes words on digital devices and convert them into audio. Here I have used Google-text-to-speech library popularly known as gTTS library to convert text file to .mp3 file. Hope you like my project!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages