Skip to content

Commit 9f0dda3

Browse files
authored
Update mysoft.py
1 parent 65f8140 commit 9f0dda3

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

mysoft.py

+1-5
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,7 @@
5959
elif(("run" in text)or("launch" in text)or("execute"in text)or("open" in text)) and (("chrome"in text)or("Chrome"in text)):
6060
pyttsx3.speak("opening chrome")
6161
os.system("chrome")
62-
63-
elif(("run" in text)or("launch" in text)or("execute"in text)or("open" in text)) and (("BurpSuite"in text)or("Burp"in text)):
64-
pyttsx3.speak("opening burpsuit")
65-
os.system("BurpSuiteCommunity")
66-
62+
6763
elif(("run" in text)or("launch" in text)or("execute"in text)or("open" in text)) and (("claculator"in text)or("cal"in text)):
6864
pyttsx3.speak("opening claculator")
6965
os.system("calc")

0 commit comments

Comments
 (0)