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.69.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.69.tar.gz.
File metadata
- Download URL: pywingui-6.1.69.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 |
859dffb1a96b1c6c4d259fb17a6ba2d8f32f92c0c5aa29c8084a3e5889a7d23f
|
|
| MD5 |
645711b9ed28132743021cbdace47a3e
|
|
| BLAKE2b-256 |
c1423cf4eb012e64f50acecc72d8359750d81762ec29265afec2488972f71675
|
File details
Details for the file pywingui-6.1.69-cp313-cp313-win_amd64.whl.
File metadata
- Download URL: pywingui-6.1.69-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 |
cc3d3c9eaf90f32de055509829f141c16e2ac229f097929a90a88bc7187870ee
|
|
| MD5 |
f32a1423a2a6d925d3d500d52a3dc23d
|
|
| BLAKE2b-256 |
9e7c598d21af0391d2a6a1c8625b220fb8935405e08e4430106108ca6a48279b
|