Written by: Othmane Moutaouakkil (MOUTAOUAKKIL)
The Text-to-Speech (TTS) enables developers to synthesize natural-sounding speech with many voices, available in multiple languages and variants. It provides a high fidelity audio. With this easy-to-use script, you can create lifelike interactions with your users, across many applications and devices.
OS | Support |
---|---|
Linux | Yes |
Mac OS X | Yes |
Windows | Yes |
Install the latest version of Python 3
Linux
$ pip install gtts
$ ./TTS-Text-To-Speech.py
Mac OS X
$ pip install gtts
$ ./TTS-Text-To-Speech.py
Windows
$ pip install gtts
$ python TTS-Text-To-Speech.py
Or (Double click on the script) after installing the (gtts) module
Done!