Skip to content

Instantly share code, notes, and snippets.

@BlogBlocks
Created September 14, 2018 09:25
from gtts import gTTS
tts = gTTS('hello')
tts.save('hello.mp3')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment