From 82aea6f1487f881339eed30ba7da58c51f02ee84 Mon Sep 17 00:00:00 2001 From: hacreating <68935517+hacreating@users.noreply.github.com> Date: Thu, 3 Sep 2020 09:46:15 +0530 Subject: [PATCH 1/2] Update mysoft.txt Remove extra lines or repeated lines..! --- mysoft.txt | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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() From 432db360b2185ca77a848615234206149048e9c7 Mon Sep 17 00:00:00 2001 From: hacreating <68935517+hacreating@users.noreply.github.com> Date: Thu, 3 Sep 2020 10:06:23 +0530 Subject: [PATCH 2/2] Create README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 README.md 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.