PyWinGUI
Installation
Install from PyPI:
pip install pywingui
PyWinGUI currently targets:
Python 3.13 on Windows x64
Quick Start
from pywingui.app import AppContext
from pywingui.base import BaseWindow
ctx = AppContext()
ctx.connect(title_regex=".*My Application.*")
window = BaseWindow(ctx, "My Application")
window.click("Login")
window.fill("Username", "demo")
window.fill("Password", "secret")
window.click("Submit")
Tests
Run public tests:
python -m pytest tests -q
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pywingui-6.1.70.tar.gz
(2.4 MB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pywingui-6.1.70.tar.gz.
File metadata
- Download URL: pywingui-6.1.70.tar.gz
- Upload date:
- Size: 2.4 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/6.2.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d1611e2f8c71d219a15990af2fc0dd4e151d377fdbb7cc223bff17df036c7284
|
|
| MD5 |
859da1e7d14de9a4f9ad9e7153997d16
|
|
| BLAKE2b-256 |
de5b16dbe23097158e81863ec813fc998f949e56f4a1b372bdd8b175ef1e745b
|
File details
Details for the file pywingui-6.1.70-cp313-cp313-win_amd64.whl.
File metadata
- Download URL: pywingui-6.1.70-cp313-cp313-win_amd64.whl
- Upload date:
- Size: 2.4 MB
- Tags: CPython 3.13, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/6.2.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cdb2de66607fff4a2800f5bc006da1a62d6d90987fdb355f663386ebdc71db90
|
|
| MD5 |
1c3fceac30bb76ded89931a338f7035f
|
|
| BLAKE2b-256 |
0cde4a0373f20aab5e6d6717ba21bd2c0a15ec01cea122e6eee3f588eb360324
|