Post

Python Text-to-Speech

Least viable example of python text to speech.

1
2
3
4
import pyttsx3
s = pyttsx3.init()
s.say("Testing")
s.runAndWait()
This post is licensed under CC BY 4.0 by the author.