display module¶
-
class
display.
Display
(user: str, response: str, virtualAssistantStatus: str, understanding: str)¶ Bases:
object
[This class is the interface of the system and the main process of the system]
-
close
()¶ [The method closes the interface]
-
displayResponse
()¶ [The method displays on the screen the virtual assistant’s response to the user’s request]
-
displayVirtualAssistantStatus
()¶ [The method displays on the screen the virtual assistant’s status: listening, answering, etc.]
-
displayVirtualAssistantUnderstanding
()¶ [The method displays on the screen what the virtual assistant understood from the user’s request]
-
root
= <tkinter.Tk object .>¶
-
updateTime
()¶ [The method updates the current time on the display]
-