Skip to content

Commit

Permalink
new update
Browse files Browse the repository at this point in the history
  • Loading branch information
lokendarjangid committed Apr 26, 2024
1 parent 4ece236 commit 3afaa96
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 16 deletions.
15 changes: 0 additions & 15 deletions loki.py
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down
1 change: 0 additions & 1 deletion password.txt

This file was deleted.

0 comments on commit 3afaa96

Please sign in to comment.