ok-script-app
ok-script-app is a Python automation project template built on ok-script, for native Windows games, Android emulators, and browser games.
It is not a finished automation tool for a specific game. The template includes a runnable GUI, task and configuration-widget examples, OCR, template matching, tests, i18n, EXE packaging, and update/release configuration.
Start Here
- Create and initialize a repository with the Quick start.
- Select at least one runtime target in App configuration.
- Create and register the first task with Task development.
- Build an EXE with Packaging and release.
Demo
API List and Script Recording

Capture and Interaction Methods

Annotation and Template Matching


Included
MyOneTimeTaskandMyTriggerTaskexamples.- Drop-down, boolean, numeric, text, list, multi-selection, file, global configuration, and button widgets.
- OCR, relative-region recognition, and template matching examples.
ConfigOptionglobal configuration andTaskTestCasetest examples.- gettext i18n sources and compiled catalogs.
- PyAppify and GitHub Actions packaging/release configuration.