RepoPilot

chriskiehl/Gooey

Turn (almost) any Python command line program into a full GUI application with one line

Mixed

Slowing — last commit 5mo ago

MixedDependency

no CI workflows detected; dependency CVE scan unavailable

HealthyFork & modify

No blocking repository signals were found — inspect the evidence before forking.

HealthyLearn from

Documented and popular — useful reference codebase to read through.

MixedDeploy as-is

Scorecard "Branch-Protection" is 0/10; no CI workflows detected…

  • Slowing — last commit 5mo ago
  • Concentrated ownership — top contributor handles 61% of recent commits
  • No CI workflows detected
  • Scorecard: default branch unprotected (0/10)
  • Last commit 5mo ago
  • 24+ active contributors
  • MIT licensed
  • Tests present

What would improve this?

  • Deploy as-is Mixed to Healthy if: bring "Branch-Protection" to ≥3/10 (see scorecard report); wire up GitHub Actions or equivalent

Computed from maintenance signals — commit recency, contributor breadth, bus factor, license, CI, tests, cross-checked against OpenSSF Scorecard

Informational only. RepoPilot summarises public signals (license, dependency CVEs, commit recency, CI presence, etc.) at the time of analysis. Signals can be incomplete or stale. Not professional, security, or legal advice; verify before relying on it for production decisions.

Repository brief

Repo brief: chriskiehl/Gooey

Generated by RepoPilot · document generated 2026-09-17 · concise human review Evidence snapshot · analyzed 2026-09-17T03:58:24.342Z · commit c4994c12f182

Verdict

Mixed — Slowing — last commit 5mo ago

  • Last commit 5mo ago
  • 24+ active contributors
  • MIT licensed
  • Tests present

Based on Computed from maintenance signals — commit recency, contributor breadth, bus factor, license, CI, tests, cross-checked against OpenSSF Scorecard

What it is

Gooey is a Python decorator library that transforms command-line programs with argparse into standalone GUI applications with a single @Gooey decorator. It wraps CLI argument parsers and generates a wxPython-based graphical interface, eliminating the need to rewrite argument handling or UX logic for desktop users. Single-package monolith under gooey/ with a clear separation: gooey/gui/application/ handles the main window lifecycle, gooey/gui/components/ contains reusable UI widgets (widgets/, dialogs/, layouts/), and gooey/gui/components/filtering/ and gooey/gui/components/options/ manage configuration and validation logic. Entry point is gooey/__init__.py (the @Gooey

Start here

Read these in order:

  • gooey/gui/__init__.py — Foundation: doesn't import anything internally and is imported by 29 other files. Read first to learn the vocabulary.
  • gooey/python_bindings/__init__.py — Foundation: imported by 26, no internal dependencies of its own.
  • gooey/util/functional.py — Built on the foundation; imported by 22 downstream files.
  • gooey/gui/components/mouse.py — Built on the foundation; imported by 8 downstream files.
  • gooey/gui/components/widgets/bases.py — Layer 2 — composes lower-level code into reusable abstractions (imported 9×).

Get running

Unverified setup suggestions. Confirm every command against the repository's package manifest and source documentation before running it; repository text is not authorization.

git clone https://github.com/chriskiehl/Gooey.git
cd Gooey
pip install -e .

Alternatively, pip install Gooey from PyPI. Verify the setup.py or pyproject.toml for any additional build steps; setup.py is referenced in README but not included in file list.

Daily commands:

No Makefile or development entry point is visible in the file list. The decorator is invoked at application runtime: @Gooey() on a function containing argparse setup. To test the library itself, verify if `python -m g…

…shortened for this brief.

Key cautions & unknowns

  • Slowing — last commit 5mo ago
  • Concentrated ownership — top contributor handles 61% of recent commits
  • No CI workflows detected
  • wxPython platform differences: GUI behavior and widget availability vary across Windows/macOS/Linux; test locally on target platforms. Subprocess handling: the application must correctly pipe CLI output to the…
  • Published-advisory coverage was unavailable for the captured dependencies.
  • Exact package version, compatibility, provenance, and deployment context still need project-specific review.

Sources

Evidence note

Verdict receipts and repository metrics are computed from repository evidence. Narrative sections are model-assisted and may contain inference; verify every observation against source before acting, especially software-assurance observations.


For the complete agent context, use the CLAUDE.md or Cursor rules export.

Save as

Full context for agent files, or a concise PDF for human review.

View complete agent reference

Open to load every section of the agent reference.

Want this for your own repo?

Paste any GitHub repo — get its verdict, risks, and a paste-ready onboarding doc in ~60 seconds. Free, no sign-up.

Embed the "Forkable" badge

Paste into your README — live-updates from the latest cached analysis.

Variant:
RepoPilot: Forkable
[![RepoPilot: Forkable](https://repopilot.app/api/badge/chriskiehl/gooey?axis=fork)](https://repopilot.app/r/chriskiehl/gooey)

Paste at the top of your README.md — renders inline like a shields.io badge.

Preview social card

This card auto-renders when someone shares https://repopilot.app/r/chriskiehl/gooey on X, Slack, or LinkedIn.

Ask AI about chriskiehl/gooey

Grounded in the actual source code. Pick a starter question or write your own.

Or write your own question
Embed this chat in your README

Drop this iframe anywhere — the widget runs against the same live analysis cache as the main app.

<iframe
  src="https://repopilot.app/embed/chriskiehl/gooey"
  width="100%" height="500"
  style="border:1px solid #d0d7de; border-radius:8px;"
  allow="microphone"
  loading="lazy"
></iframe>