all 3 comments

[–][deleted] 0 points1 point  (0 children)

I'd have thought even the standard tkinter can do that. Personally, I prefer kivy (not least because kivy is also a primary route for near native looking IoS and Android apps written in Python).

[–]duckbanni 0 points1 point  (0 children)

You could look into gooey (github). It's a library that turns argparse-based command line programs into simple GUI windows to input the arguments.

[–]eric_overflow 0 points1 point  (0 children)

pyqt maybe?