Geocrack

tts

Jun 27th, 2022
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.13 KB | None | 0 0
  1. import gtts
  2. from playsound import playsound
  3.  
  4.  
  5. tts = gtts.gTTS("Hallo Welt", lang="de")
  6. tts.save("test.mp3")
  7. playsound("test.mp3")
Advertisement
Add Comment
Please, Sign In to add comment