Skip to content
Open
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
2 changes: 2 additions & 0 deletions venv/virtual.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,8 @@ def takeCommand():
speak(answer)
print(answer)

elif 'linkedin' in statement:
webbrowser.open_new_tab("linkedin.com")

elif "log off" in statement or "sign out" in statement:
speak("Ok , your pc will log off in 10 sec make sure you exit from all applications")
Expand Down