Skip to content

Commit b7c2aea

Browse files
authored
Took Master as input
1 parent b318206 commit b7c2aea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Desktop-Voice-assistant/voice_assistant.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
engine.setProperty('voice', voices[1].id)
1818
engine.setProperty('rate', 190)
1919

20-
Master="Your Name" # when you start using the assistant enter your name here
20+
Master=input("Enter your name: ") # when you start using the assistant enter your name here
2121

2222
def speak(audio):
2323
engine.say(audio)
@@ -135,4 +135,4 @@ def mailSent(to, content):
135135
time.sleep(5)
136136
speak("do you have any other work?")
137137

138-
138+

0 commit comments

Comments
 (0)