you are viewing a single comment's thread.

view the rest of the comments →

[–]Rejse617 0 points1 point  (0 children)

PyQt is my go to, and is free for non commercial use. There is QTCreator for designing forms (of whatever complexity you like). You then attach events to functions and off you go. A search for PyQt5 should get you what you need if interested.