Desktop automation tools for King & Cunningham.
Modules: Simplifile3 recording, PT-61 forms, document OCR, court records (CRG), SCRA lookup, PACER access.
- Download
launcher.exefrom latest release - Double-click it — works from any folder (Downloads, Desktop, wherever)
- Done. Launcher handles everything:
- Installs to
%LOCALAPPDATA%\King_Cunningham\KC_App\ - Creates Start Menu shortcut ("KC Automation Suite")
- Downloads app files and launches
- Installs to
After first install: use Start Menu shortcut. Updates happen automatically on launch.
- Windows 10+
- Internet on first run
The app registers in Add/Remove Programs as "KC Automation Suite". Open Settings > Apps > Installed apps (or Control Panel > Programs), find it, and click Uninstall.
If it is not listed (installed before this feature shipped), remove manually:
- End any running instance: open Task Manager (
Ctrl+Shift+Esc), findKC_app.exeorKC Automation Suite, click End Task - Delete app files: press
Win+R, type%LOCALAPPDATA%, click OK, delete theKing_Cunninghamfolder - Delete Start Menu shortcut: press
Win+R, type%APPDATA%\Microsoft\Windows\Start Menu\Programs, click OK, deleteKC Automation Suite.lnk - Delete the original
launcher.exeyou downloaded
If the launcher fails during an update, reset the app files:
- End Task on any running
KC_app.exe(Task Manager) - Press
Win+R, type%LOCALAPPDATA%\King_Cunningham\KC_App, click OK - Delete these folders if present:
KC_app_staging,KC_app_old,KC_app - Re-launch — it will re-download fresh
- Windows 10+
- Python 3.8+
- Git
git clone https://github.com/dunncw/king_cunningham_code.git
cd king_cunningham_code
python -m venv .venv
.venv\Scripts\activate
pip install -r requirements.txt
Tesseract OCR not in repo. Download pinned version:
python scripts\setup_binaries.py
Safe to re-run — skips what's already there.
Set version in version.txt, then:
python build.py
Build script handles:
- Syncs
__version__insrc/main.pyandlauncher/launcher.pyfromversion.txt - Runs
setup_binaries.pyif Tesseract missing - PyInstaller onedir build →
dist\KC_app\ - Zips to
dist\KC_app.zip+ writes.sha256checksum - Builds
dist\launcher.exe - Writes
dist\version.txt
dist\
KC_app\ KC_app.exe + DLLs
KC_app.zip release asset
KC_app.zip.sha256 checksum
launcher.exe ~37 MB
version.txt
See each project's license for terms.