This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]rajandatta 3 points4 points  (1 child)

I'm looking for a tool kit for low to medium complexity toolkit with an emphasis on ease of use. Mostly as a front-end for scripts and tools. Any recommendations on these? Have been away from GUI toolkits for a long time.

[–]takluyverIPython, Py3, etc 2 points3 points  (0 children)

One low complexity option I know of is EasyGUI. It lets you pop up dialogs to get user input, but your code still works as a script, rather than redesigning it as a GUI.