Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit b7c2aea

Browse files
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)

AltStyle によって変換されたページ (->オリジナル) /