From 79096d4c3d7c6815e0407c5dfc616ed580af605c Mon Sep 17 00:00:00 2001 From: sagar gupta Date: Sat, 16 Oct 2021 19:27:58 +0530 Subject: [PATCH] Added linkedin assistant --- venv/virtual.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/venv/virtual.py b/venv/virtual.py index b8eda2f..fb1c96e 100644 --- a/venv/virtual.py +++ b/venv/virtual.py @@ -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")