other try with saythis

This commit is contained in:
2021-02-13 15:31:42 +01:00
parent 39061777cf
commit 118e5c03fa
Executable
+10
View File
@@ -0,0 +1,10 @@
#!/sf/bernina/anaconda/bernina_envs/default/bin/python
import sys
import pyttsx3
e = pyttsx3.init()
e.say(sys.argv[1])
e.runAndWait()