Hacker News new | ask | show | jobs
by wildmusings 2249 days ago
Does anyone know of something like this for Windows? Would be nice to build a small UI around some powershell scripts I have, without having to resort to a full WinForms application.
1 comments

Shameless plug: checkout Gooey. Works on Win/OSX/Linux

While it won't bootstrap your GUI straight from powershell, it can give you a pleasant GUI that calls your powershell stuff with just a few lines of Python (no actual GUI code required!) ^_^

https://github.com/chriskiehl/Gooey

Wow. This this is a really impressive project. Thanks for sharing!
A python dependency is unfortunately out of the question for me, but that is a really cool project.
I wish that supported Click. Very cool.