1272fb9
1
2
3
4
5
6
7
import pyttsx3 def speak_text(text): engine = pyttsx3.init() engine.say(text) engine.runAndWait()