feat: say.py
This commit is contained in:
7
pytts/say.py
Normal file
7
pytts/say.py
Normal file
@@ -0,0 +1,7 @@
|
||||
import pyttsx3
|
||||
import sys
|
||||
|
||||
a = pyttsx3.init()
|
||||
|
||||
a.say(sys.argv[1])
|
||||
a.runAndWait()
|
Reference in New Issue
Block a user