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 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",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user