Update Jarvis2_4windows.py
This commit is contained in:
parent
f7542a5ae6
commit
1fada104ae
@ -4,10 +4,20 @@ import os
|
|||||||
import speech_recognition as sr
|
import speech_recognition as sr
|
||||||
|
|
||||||
from actions import search_engine_selector, speak, wishMe
|
from actions import search_engine_selector, speak, wishMe
|
||||||
from commands import (command_bye, command_hello, command_mail,
|
from commands import (
|
||||||
command_nothing, command_open, command_pauseMusic,
|
command_bye,
|
||||||
command_playMusic, command_search, command_stopMusic,
|
command_hello,
|
||||||
command_unpauseMusic, command_whatsup, command_wikipedia)
|
command_mail,
|
||||||
|
command_nothing,
|
||||||
|
command_open,
|
||||||
|
command_pauseMusic,
|
||||||
|
command_playMusic,
|
||||||
|
command_search,
|
||||||
|
command_stopMusic,
|
||||||
|
command_unpauseMusic,
|
||||||
|
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