This commit is contained in:
counterweight 2023-12-10 01:06:17 +01:00
parent 6de1f4e9b6
commit b543fd3aa3
3 changed files with 16 additions and 2 deletions

View file

@ -0,0 +1,9 @@
# 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.