Things
This commit is contained in:
parent
6de1f4e9b6
commit
b543fd3aa3
3 changed files with 16 additions and 2 deletions
9
interesting/python_gooey.md
Normal file
9
interesting/python_gooey.md
Normal 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.
|
||||
Loading…
Add table
Add a link
Reference in a new issue