From 118e5c03fa40cd5f21718cc06414433e06996aaa Mon Sep 17 00:00:00 2001 From: lemke_h Date: Sat, 13 Feb 2021 15:31:42 +0100 Subject: [PATCH] other try with saythis --- saythis | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100755 saythis diff --git a/saythis b/saythis new file mode 100755 index 0000000..4a84604 --- /dev/null +++ b/saythis @@ -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() + + + +