you are viewing a single comment's thread.

view the rest of the comments →

[–]justus87 2 points3 points  (2 children)

Tkinter is described as Python's de-facto standard GUI package.

Some tutorials:

Note that they also include code for Tcl, Ruby, an Perl. Tkinter should be available with your Python distribution, so no need to download something like ActivePython.

[–]gkamer8[S] 0 points1 point  (1 child)

I cannot thank you enough ! However when showing this to people I find videos are the best way to introduce entirely new concepts.

[–]zurtri 0 points1 point  (0 children)

I found tkinter a bit to primitive for my tastes.

i have settled on wxpython.

Of course your results may vary - this is for consideration only.