python 3.8.5 gtts code example Example: gtts >>> from gtts import gTTS >>> tts = gTTS('hello') >>> tts.save('hello.mp3')