FHPythonUtils / Cli2Gui

Use this module to convert a cli program to a gui
MIT License
88 stars 6 forks source link

Any plans to support Typer #14

Open engdan77 opened 8 months ago

engdan77 commented 8 months ago

Interesting project, does this support Typer or plans to be supported as one of those CLI packages?

FredHappyface commented 8 months ago

Thanks for the suggestion. Definitely worth investigating imo

Atm I know very little about it beyond it wrapping click so given the partial click support I think it might be a challenge to offer full application support

I'll add it to my to-do list :)

FredHappyface commented 6 months ago

Looked at sorting this and unfortunately the license changes with pysimplegui have resulted in some pretty big refactor work to support dearpygui. So this has been pushed back somewhat. Absolutely still on my radar though. Though if anyone wants to make a pr for this then you're welcome to