hojas/interesting/python_gooey.md
2023-12-10 01:06:17 +01:00

438 B

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.