From e403f322587ff2308fe0241ad590f48e9ec3fd32 Mon Sep 17 00:00:00 2001 From: Pretam Chandra Date: Wed, 21 Oct 2020 12:15:26 +0530 Subject: [PATCH] first commit --- test.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test.py b/test.py index e77577d..0599b3e 100644 --- a/test.py +++ b/test.py @@ -9,7 +9,7 @@ tts=gTTS(text="Hello I am back to your service sir",lang='en-us') tts.save("Initial.mp3") os.system("mpg321 Initial.mp3 -quiet") - +print("First pull request") def listenToMe(): while True: r=sr.Recognizer() @@ -56,4 +56,4 @@ def listenToMe(): listenToMe() -listenToMe() \ No newline at end of file +listenToMe()