9 lines
No EOL
438 B
Markdown
9 lines
No EOL
438 B
Markdown
# Gooey
|
|
|
|
An interesting little tool to turn Python CLI apps into GUI based apps with little effort. It parses the defined arguments in an app and makes a nice UI with them.
|
|
|
|
https://github.com/chriskiehl/Gooey
|
|
|
|
The project seems slightly abandoned, but it's not that old. It might be useful to build little work scripts for non-devs where the CLI is a serious barrier.
|
|
|
|
It doesn't play nicely with `click` though, which is a big drawback. |