Skip to main content

PyWinGUI

PyWinGUI is a proprietary Windows GUI automation SDK for desktop application testing and workflow automation.

The package provides a public Python API backed by a protected native runtime. The public source is available for integration, inspection, and debugging of the API surface. The runtime implementation remains protected.

What Is Included

  • Public Python SDK wrappers
  • Type marker support
  • Public tests for import and API boundary checks
  • A compiled native runtime in pywingui/native/
  • Proprietary license terms in LICENSE

The protected runtime contains the automation engine, control detection, window orchestration, OCR flow, AI/error recovery, and licensing enforcement.

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")

Runtime

The public SDK loads the protected native runtime automatically. A normal installation includes:

pywingui/native/pywingui_native_runtime.cp313-win_amd64.pyd

Do not move, rename, unpack, decompile, or modify the native runtime.

Tests

Run public tests:

python -m pytest tests -q

License

PyWinGUI is proprietary software. Source access is provided only for public SDK integration, inspection, and debugging. The protected native runtime, licensing logic, automation engine, OCR logic, AI/error recovery logic, and related implementation details remain confidential and owned by PyWinGUI Engineering.

See LICENSE.

Support

For licensing, installation, and technical support, contact PyWinGUI Engineering.

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.66.tar.gz (68.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

pywingui-6.1.66-cp313-cp313-win_amd64.whl (82.7 kB view details)

Uploaded CPython 3.13Windows x86-64

File details

Details for the file pywingui-6.1.66.tar.gz.

File metadata

  • Download URL: pywingui-6.1.66.tar.gz
  • Upload date:
  • Size: 68.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.14

File hashes

Hashes for pywingui-6.1.66.tar.gz
Algorithm Hash digest
SHA256 837b12496f018571684097e31dd6cec0c39f2a030006be82c420ef1e2b0c2db8
MD5 24f97d3835b993c6e04f37f7cf0ebb2b
BLAKE2b-256 ee0430d00db3b87c7dd4e83947f43c3394e9056ad55d0c30f6c33bfb1a7c0495

See more details on using hashes here.

File details

Details for the file pywingui-6.1.66-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: pywingui-6.1.66-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 82.7 kB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.14

File hashes

Hashes for pywingui-6.1.66-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 5d59ced50161a320cce53cf72eb6890326dc45b1e69e2d56dedca7dbab19a86b
MD5 3d6958b6f3c4bb54a8fe9ff4dae5a5e0
BLAKE2b-256 d56150d076d629f7aa81fc35cc36ce6ff8585d27a92a068562b6db40f3d87376

See more details on using hashes here.

Release history Release notifications | RSS feed

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page