# python-pywinauto **Repository Path**: xiaobai_long/python-pywinauto ## Basic Information - **Project Name**: python-pywinauto - **Description**: PC端自动化 - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 4 - **Created**: 2022-03-23 - **Last Updated**: 2025-03-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: Python, pywinauto ## README # python-pywinauto PC端自动化 Python中GUI自动化工具介绍: PyAutoGUi: 一个流行的跨平台库(只有基于图像的搜索功能,没有基于文本的控件操作) Lackey: 基于图像模式匹配。 AXUI: MS UI Automation API控件的一个包装器。 winGuiAuto: 一个使用Win32 Api的控件模块。 Pywinauto : 同时支持控件操作和图像操作,支持Win32 API和MS UI Automation API 安装前提: 1.安装好python(建议使用python3.5以上的版本) 2.确认pip 是否能正常使用 安装: 1.在线安装:pip install pywinauto 2.离线安装:python官网下载压缩包-解压压缩包-cmd进入文件夹中-运行 python setup.py install 进行安装 本人环境: 1.win10系统; 2.python3.5 3.pywinauto 0.6.3 官方文档:pywinauto中文文档:https://www.kancloud.cn/gnefnuy/pywinauto_doc/1193047