Skip to content

Create a GUI #23

@toddatctera

Description

@toddatctera

Our current GUI, #20, is minimal and currently requires updating the menu and options in both CLI mode and GUI mode.

In looking for an alternative approach that would simplify the process, I came across this program that looks promising:

Gooey - Turn (almost) any Python command line program into a full GUI application with one line
https://github.com/chriskiehl/Gooey

I think to make Gooey work well, we first need Argparse in ctools. See #17
https://docs.python.org/3/library/argparse.html

Simple example of a program that uses argparse and then creates a Gooey from it:
https://pbpython.com/pandas-gui.html

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions