We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65f8140 commit 9f0dda3Copy full SHA for 9f0dda3
mysoft.py
@@ -59,11 +59,7 @@
59
elif(("run" in text)or("launch" in text)or("execute"in text)or("open" in text)) and (("chrome"in text)or("Chrome"in text)):
60
pyttsx3.speak("opening chrome")
61
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
+
67
elif(("run" in text)or("launch" in text)or("execute"in text)or("open" in text)) and (("claculator"in text)or("cal"in text)):
68
pyttsx3.speak("opening claculator")
69
os.system("calc")
0 commit comments