Metadata-Version: 2.4
Name: pywinauto-core
Version: 0.1.11
Summary: A set of Python modules to automate the Microsoft Windows GUI
Home-page: https://github.com/pywinauto/pywinauto
Author: Vasily Ryabov, Mark Mc Mahon
Author-email: pywinauto@gmail.com
Project-URL: Homepage, https://github.com/pywinauto/pywinauto
Project-URL: Documentation, https://pywinauto.readthedocs.io/
Project-URL: Source, https://github.com/pywinauto/pywinauto
Project-URL: Tracker, https://github.com/pywinauto/pywinauto/issues
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.13
Classifier: Operating System :: Microsoft :: Windows
Classifier: Topic :: Software Development :: Testing
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.13
Description-Content-Type: text/markdown
Requires-Dist: pywinauto>=0.6.8
Requires-Dist: pytesseract>=0.3.10
Requires-Dist: pillow>=9.0.0
Requires-Dist: requests>=2.28.0
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: project-url
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

At it's simplest it allows you to send mouse and keyboard
actions to windows dialogs and controls, but it has support for more complex
controls also.

Useful links
-------------
- Home page: https://github.com/pywinauto/pywinauto
- Docs Intro: https://pywinauto.readthedocs.io/en/latest/
- Getting Started Guide: https://pywinauto.readthedocs.io/en/latest/getting_started.html
- StackOverflow tag: https://stackoverflow.com/questions/tagged/pywinauto
