import os
import time
import speech_recognition as sr
from fuzzywuzzy import fuzz
import pyttsx3
import datetime
import win32com.client as wincl
import webbrowser
import sys
import random
elif cmd == "google":
speak("Открываю гугл!")
webbrowser.open("https://www.google.com/")
elif cmd == "zakroigogle":
speak("Закрываю гугл!")
os.system("taskkill /im chrome.exe /f")