网站首页
编程语言
数据库
系统相关
其他分享
编程问答
screenshot2
2024-11-25
桌面软件识别截图区域识别实例
first:1、使用pyautogui截图+拼接 2、使用lackey截图+识别importpyautogui"""整凭截图"""im1=pyautogui.screenshot()im2=pyautogui.screenshot('my_screenshot.png')"""区域截图"""importpyautoguiim=py