Skip to content
Open
Show file tree
Hide file tree
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: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# IIEC-python-with-flask
Solve the Use Case Theory Problem Statement:- "Convert the OS based program into a menu-driven program using Python Code
which will execute the required user query when the user will give the input as a text." Don't forget to turn on Volume! (for better experience)
It's just Demo project will add more feature content soon to make it more adorable.
6 changes: 1 addition & 5 deletions mysoft.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,9 @@ while True:
pyttsx3.speak("opening command prompt")
os.system("cmd")

elif(("run" in p)or("launch" in p)or("execute"in p)or("open" in p)) and ("BurpSuite"in p):
pyttsx3.speak("opening burpsuit")
os.system("BurpSuiteCommunity")

elif("exit"in p)or("quit"in p):
pyttsx3.speak("thank you i am sure developer will add more features later to me")
break
else:
print("invalid request")
print()
print()