python gTTS speak code example Example: gtts Click to copy>>> from gtts import gTTS >>> tts = gTTS('hello') >>> tts.save('hello.mp3')