TIL: Gooey and Python Fire for Quick GUIs and CLIs

Today I learned about Gooey for turning Python CLI programs into GUI applications and Python Fire for automatically generating command line interfaces from any Python object.

June 14, 2021 ยท 1 min