Simple method to convert text into speech using python
Hello everyone, I have used here a very simple tool that is, Google Text to Speech API known as the gTTS API. It converts text entered by the user, into audio which can be saved as a mp3 file.
Installation
Open the terminal and install
pip install g...
aparna-u.hashnode.dev2 min read