Update Jarvis2_4windows.py
This commit is contained in:
parent
3cd6d57ead
commit
3d1a7cb36d
@ -1,34 +1,15 @@
|
|||||||
import configparser
|
import configparser
|
||||||
import os
|
import os
|
||||||
|
|
||||||
import speech_recognition as sr
|
|
||||||
|
|
||||||
import gui
|
import gui
|
||||||
|
import speech_recognition as sr
|
||||||
|
from actions import (change_rate, change_voice, change_volume,
|
||||||
from actions import (
|
search_engine_selector, set_gui_speak, speak, wish_me)
|
||||||
change_rate,
|
from commands import (command_bye, command_hello, command_mail,
|
||||||
change_voice,
|
command_nothing, command_open, command_pause_music,
|
||||||
change_volume,
|
command_play_music, command_search, command_stop_music,
|
||||||
search_engine_selector,
|
command_unpause_music, command_whatsup,
|
||||||
speak,
|
command_wikipedia)
|
||||||
wish_me,
|
|
||||||
set_gui_speak
|
|
||||||
)
|
|
||||||
from commands import (
|
|
||||||
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