-
Notifications
You must be signed in to change notification settings - Fork 1
Create a GUI #23
Copy link
Copy link
Closed
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels