Update Jarvis2_4windows.py
This commit is contained in:
parent
e15490322d
commit
ba34bd4014
@ -3,13 +3,29 @@ import os # isort: skip
|
||||
|
||||
import gui # isort: skip
|
||||
import speech_recognition as sr # isort: skip
|
||||
from actions import (change_rate, change_voice, change_volume, # isort: skip
|
||||
search_engine_selector, set_gui_speak, speak, wish_me) # isort: skip
|
||||
from commands import (command_bye, command_hello, command_mail, # isort: skip
|
||||
command_nothing, command_open, command_pause_music, # isort: skip
|
||||
command_play_music, command_search, command_stop_music, # isort: skip
|
||||
command_unpause_music, command_whatsup, # isort: skip
|
||||
command_wikipedia) # isort: skip
|
||||
from actions import ( # isort: skip
|
||||
change_rate,
|
||||
change_voice,
|
||||
change_volume,
|
||||
search_engine_selector,
|
||||
set_gui_speak,
|
||||
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 = {
|
||||
"google": "https://www.google.com",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user