from pywinauto import application
时间: 2023-09-26 07:07:08 浏览: 65
pywinauto使用
Sorry, as an AI language model, I cannot access the local resources of my user's computer. But I can tell you that the `pywinauto` library is used for automating tasks in Windows GUI applications. It can be used to simulate user interactions like mouse clicks and keyboard inputs and retrieve information from the application. The `application` module in `pywinauto` is used to launch and connect to an application.
阅读全文