Exemplo n.º 1
0
 def close(self):
     """Closing Jarvis."""
     reminderQuit()
     if self.enable_voice:
         self.speech.text_to_speech("Goodbye, see you later")
     print(Fore.RED + "Goodbye, see you later!" + Fore.RESET)
     exit()
Exemplo n.º 2
0
 def close(self):
     """Closing Jarvis."""
     reminderQuit()
     print_say("Goodbye, see you later!", self, Fore.RED)
     exit()