摘要:
今天学习了python autopy主要包括alert,color,mouse,key,bitmap,screen等的操作文档在http://www.autopy.org/documentation/api-reference/下好包简单功能提示框import autopyautopy.alert.alert('hello world')鼠标from autopy import mousemouse.move(1,1)mouse.click(mouse.LEFT_BUTTON)键盘 敲左箭头from autopy import keykey.tap(key.KEY_LEFT)截 阅读全文