From 3afaa963a6d00702f5bf88b0cead3e53fa87d827 Mon Sep 17 00:00:00 2001 From: lokendar jangid Date: Sat, 27 Apr 2024 00:56:37 +0530 Subject: [PATCH] new update --- loki.py | 15 --------------- password.txt | 1 - 2 files changed, 16 deletions(-) delete mode 100644 password.txt diff --git a/loki.py b/loki.py index dea393b..03787d3 100644 --- a/loki.py +++ b/loki.py @@ -57,25 +57,10 @@ def commands(command_user): elif "close" in command_user: closeappweb(command_user) - - # search commands - elif "google" in command_user: - sf.searchGoogle(command_user) - - elif "youtube" in command_user: - sf.searchYoutube(command_user) elif "wikipedia" in command_user: sf.searchWikipedia(command_user) - # set alarm - elif "set an alarm" in command_user: - print("input time example:- 10 and 10 and 10") - voice_p.speak("Set the time") - a = input("Please tell the time :- ") - alarm(a) - voice_p.speak("Done,sir") - # play,pause,mute,volume increase and decrease youtube elif "pause" in command_user: pyautogui.press("k") diff --git a/password.txt b/password.txt deleted file mode 100644 index 5e3ada1..0000000 --- a/password.txt +++ /dev/null @@ -1 +0,0 @@ -wake up \ No newline at end of file