# PythonUIAutomation4Windows **Repository Path**: jempson/PythonUIAutomation4Windows ## Basic Information - **Project Name**: PythonUIAutomation4Windows - **Description**: python封装微软UIAutomation API - **Primary Language**: Unknown - **License**: GPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 20 - **Created**: 2016-01-11 - **Last Updated**: 2021-11-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # The automation module This module is for automation on Windows(Windows XP with SP3, Windows Vista, Windows 7 and Windows 8/8.1/10). It supports automation for the applications which implmented IUIAutomation, such as MFC, Windows Forms, WPF, Windows 8 Metro App, Qt and Firefox. Run 'automation.py -h' for help. automation is shared under the GNU Public Licence (GPLv2, v3, and the AGPLv3). This means that the code can be freely copied and distributed, and costs nothing to use in other GPL applications. Open automation_desktop.png, automation_firefox.png, automation_qq.png or rename_pdf_bookmark.gif to see the demos' result. Author mail: yinkaisheng@foxmail.com [具体用法参考](http://www.cnblogs.com/Yinkaisheng/p/3444132.html) WindowsDesktop ![Desktop](https://git.oschina.net/yinkaisheng/PythonUIAutomation4Windows/raw/master/automation_desktop.png) Qt5 ![Qt5](http://git.oschina.net/yinkaisheng/PythonUIAutomation4Windows/raw/master/automation_Qt.png) Firefox ![Firefox](https://git.oschina.net/yinkaisheng/PythonUIAutomation4Windows/raw/master/automation_firefox.png) QQ ![QQ](https://git.oschina.net/yinkaisheng/PythonUIAutomation4Windows/raw/master/automation_qq.png) Batch rename pdf bookmark ![bookmark](https://git.oschina.net/yinkaisheng/PythonUIAutomation4Windows/raw/master/rename_pdf_bookmark.gif)