1 Repo
Graphical interfaces for constructing and executing build, test, and lint commands.
Distinct from Command Line Interfaces: Distinct from Command Line Interfaces: focuses on generating and executing commands via a GUI to avoid manual typing, rather than the CLI itself.
Explore 1 awesome GitHub repository matching development tools & productivity · Task Command Generators. Refine with filters or upvote what's useful.
Gooey is a framework that transforms command-line programs into graphical applications by automatically generating user interfaces from existing argument definitions. By applying a decorator to a script, the tool maps standard command-line arguments to specialized graphical widgets, allowing users to interact with terminal-based utilities through forms, file pickers, and date selectors. The project distinguishes itself by providing a comprehensive suite of customization and lifecycle management tools that extend beyond simple interface generation. It includes capabilities for input validation
Automatically generates graphical user interfaces for command-line programs by applying decorators to existing argument definitions.