Using a GUI wrapper for argparse CLI applications can turn a CLI interface into a simple GUI for non-CLI users. For example, Gooey (works for argparse) or Quick (works for click) create the GUI based on argument parsers present. A quick test showed that Quick does not handle prompts from click - not tested for Gooey.
Using a GUI wrapper for
argparseCLI applications can turn a CLI interface into a simple GUI for non-CLI users. For example, Gooey (works forargparse) or Quick (works forclick) create the GUI based on argument parsers present. A quick test showed thatQuickdoes not handle prompts fromclick- not tested forGooey.