Hacker News new | ask | show | jobs
by anyfactor 1370 days ago
I remember a project that could convert any python script to a python CLI. This was taken to another level by another project that could convert any python CLI to a GUI.

Can anyone help me with this?

1 comments

Fire can basically do the first step (object -> CLI):

https://github.com/google/python-fire

Gooey can do (CLI -> GUI):

https://github.com/chriskiehl/Gooey

Thank you very much!

I hope I don't lose them this time, even though I can see that I have starred one of the repos before.