diff --git a/README.md b/README.md new file mode 100644 index 0000000..179aecf --- /dev/null +++ b/README.md @@ -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. diff --git a/mysoft.txt b/mysoft.txt index d5f228b..aa94b4a 100644 --- a/mysoft.txt +++ b/mysoft.txt @@ -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() \ No newline at end of file +print()