Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions humanprogram.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
os.system("Feem")

elif (("run" in p) or ("open" in p) or ("launch" in p)) and ("codeblocks " in p):
pyttsx3.speak("Opening codeblocks for you plz wait")
pyttsx3.speak("Opening codeblocks for you plz wait" )
os.system("codeblocks.exe")

elif (("run" in p) or ("open" in p) or ("launch" in p)) and ("Powerpoint " in p) :
Expand Down Expand Up @@ -55,4 +55,4 @@
pyttsx3.speak("Exiting")
break
else:
pyttsx3.speak("such application dont support in your computer plz tell again")
pyttsx3.speak(" such application dont support in your computer plz tell again")