摘要: import openpyxl import warnings warnings.filterwarnings("ignore") """ https://openpyxl.readthedocs.io/en/stable/styles.html """ #Python Excel Create a 阅读全文
posted @ 2020-10-15 17:00 腹肌猿 阅读(135) 评论(0) 推荐(0) 编辑
摘要: 最近在用pyautogui写自动化的脚本时,用pyautogui.locateonscreen("shell.PNG")函数来判断机器成功进入EFIshell会一直返回None。 且shell.PNG在当前屏幕置顶可见,但就是抓不到。 解决方法:安装opencv,并在locateOnScreen添加 阅读全文
posted @ 2020-10-15 14:00 腹肌猿 阅读(5987) 评论(0) 推荐(0) 编辑