Update Jarvis2_4windows.py

This commit is contained in:
B.Jothin kumar 2021-10-09 18:28:07 +05:30 committed by GitHub
parent e15490322d
commit ba34bd4014
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,13 +3,29 @@ import os # isort: skip
import gui # isort: skip import gui # isort: skip
import speech_recognition as sr # isort: skip import speech_recognition as sr # isort: skip
from actions import (change_rate, change_voice, change_volume, # isort: skip from actions import ( # isort: skip
search_engine_selector, set_gui_speak, speak, wish_me) # isort: skip change_rate,
from commands import (command_bye, command_hello, command_mail, # isort: skip change_voice,
command_nothing, command_open, command_pause_music, # isort: skip change_volume,
command_play_music, command_search, command_stop_music, # isort: skip search_engine_selector,
command_unpause_music, command_whatsup, # isort: skip set_gui_speak,
command_wikipedia) # isort: skip speak,
wish_me
)
from commands import ( # isort: skip
command_bye,
command_hello,
command_mail,
command_nothing,
command_open,
command_pause_music,
command_play_music,
command_search,
command_stop_music,
command_unpause_music,
command_whatsup,
command_wikipedia
)
popular_websites = { popular_websites = {
"google": "https://www.google.com", "google": "https://www.google.com",