I have done a few GUI apps in python. I like many started with
tKinter.
tKinter is quick, easy, ugly and limited. It did really well for
little programs I wrote for my wife, like a shopping cart, and some
quick admin tools for clients.
Now I'm a big wxPython fan.
wxPython has a small learning cu
DataSmash schrieb:
> I'm looking for software to create a simple GUI to execute python code
> for users in the office.
> The GUI would need a couple text boxes for user input and some option
> buttons and check boxes.
> Can anyone recommend free software that doesn't require a huge learning
> curve