Live data from Hacker News

Gooey: Turn command line programs into GUI applications

github.com

1–10 of 76 posts

Re: Gooey: Turn command line programs into GUI applications

#5
Really pretty neat especially if your tool might be used by less technical folks. I can't count the number of times people in our engineering department have given non-technical people in our company a command line tool because its easier than adding a GUI, be it native or web. I think this will come in handy in those cases.

Re: Gooey: Turn command line programs into GUI applications

#10
post #6

Really awesome and promising idea, but I think the implementation is limiting. Couldn't it just as well parse help text? It's not guaranteed to be standard, but there are probably more programs that can be parsed that way than use ArgumentParser.

http://docopt.org/

This project attempted to make argument parsing and the help string synonymous. I'm not sure if it is being actively maintained.

Post reply on HN