Skip to content

Instantly share code, notes, and snippets.

@BlogBlocks
Created September 14, 2018 09:25
Show Gist options
  • Save BlogBlocks/526789d096798984b3497ac26bdb3064 to your computer and use it in GitHub Desktop.
Save BlogBlocks/526789d096798984b3497ac26bdb3064 to your computer and use it in GitHub Desktop.
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