Update Jarvis2_4windows.py
This commit is contained in:
parent
9dce131214
commit
c9f88027d5
@ -13,6 +13,7 @@ from actions import (
|
|||||||
search_engine_selector,
|
search_engine_selector,
|
||||||
speak,
|
speak,
|
||||||
wish_me,
|
wish_me,
|
||||||
|
set_gui_speak
|
||||||
)
|
)
|
||||||
from commands import (
|
from commands import (
|
||||||
command_bye,
|
command_bye,
|
||||||
@ -89,6 +90,7 @@ def main(search_engine, take_command, debug):
|
|||||||
|
|
||||||
speak("Next Command! Sir!")
|
speak("Next Command! Sir!")
|
||||||
gui.set_speak_command(execute_the_command_said_by_user)
|
gui.set_speak_command(execute_the_command_said_by_user)
|
||||||
|
set_gui_speak(gui.speak)
|
||||||
gui.mainloop()
|
gui.mainloop()
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user