How to install gTTS in python?
gTTS is an interface with Google Translate text-to-speech. It is very useful and easy to use tool to convert text to speech and we can store it in mp3.
Its installation is also very easy.
syntax:-
pip install gTTS
We can easily import in python.
syntax:-
import gTTS
This is how we can install gTTS in python.
Subscribe
Login
Please login to comment
0 Discussion