Advertisement
Guest User

Untitled

a guest
Jun 16th, 2019
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. import pyttsx3
  2. engine = pyttsx3.init()
  3. engine.say("I will speak this text")
  4. engine.runAndWait()
  5.  
  6. eng = _activeEngines[driverName]
  7.  
  8. o = self.data[key]()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement