Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yinkaisheng/uiautomationclient
the C++ source code of Python UIAutomation for Windows(https://github.com/yinkaisheng/Python-UIAutomation-for-Windows)
https://github.com/yinkaisheng/uiautomationclient
cpp uiautomation
Last synced: about 10 hours ago
JSON representation
the C++ source code of Python UIAutomation for Windows(https://github.com/yinkaisheng/Python-UIAutomation-for-Windows)
- Host: GitHub
- URL: https://github.com/yinkaisheng/uiautomationclient
- Owner: yinkaisheng
- License: apache-2.0
- Created: 2017-01-16T07:11:37.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-12-24T11:06:27.000Z (about 2 months ago)
- Last Synced: 2025-02-06T18:23:10.368Z (8 days ago)
- Topics: cpp, uiautomation
- Language: C
- Homepage:
- Size: 81.1 KB
- Stars: 61
- Watchers: 4
- Forks: 30
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# UIAutomationClient
This project wraps Windows Gdiplus::Bitmap for my python module Python-UIAutomation-for-Window.
Build VS2017\UIAutomationClient.sln.
You'll get
UIAutomationClient_VC140_X64.dll
UIAutomationClient_VC140_X86.dll
in bin folder.
You can use [uiautomation](https://pypi.org/project/uiautomation) without these dlls, but the functionalities related to Bitmap will not be available.
This project uses [gif-h](https://github.com/charlietangora/gif-h) to generate gif.