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