def handle_screen_res_intent(self, message):
screen = pyautogui.size()
resx = screen[0]
resy = screen[1]
responsex = num2words(resx)
responsey = num2words(resy)
self.speak("Your screen resolution is %s by %s" % (responsex, responsey))
评论列表
文章目录