Advertisement
ipetkov

Говор

Feb 4th, 2023 (edited)
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.09 KB | None | 0 0
  1. import pyttsx3
  2. engine = pyttsx3.init()
  3. engine.say("Hallo Python")
  4. engine.runAndWait()
Tags: pyttsx3
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement