We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b318206 commit b7c2aeaCopy full SHA for b7c2aea
Desktop-Voice-assistant/voice_assistant.py
@@ -17,7 +17,7 @@
17
engine.setProperty('voice', voices[1].id)
18
engine.setProperty('rate', 190)
19
20
-Master="Your Name" # when you start using the assistant enter your name here
+Master=input("Enter your name: ") # when you start using the assistant enter your name here
21
22
def speak(audio):
23
engine.say(audio)
@@ -135,4 +135,4 @@ def mailSent(to, content):
135
time.sleep(5)
136
speak("do you have any other work?")
137
138
-
+
0 commit comments