I have a program where the main window is divided into two sections each section has a collection of forms (simple label/input columns).The default is 4 of these columns in the first section and 2 in
I\'ve looked at some other answers here, but I\'m not understanding how to do this. This is the best I\'m coming up with.
I need some help for an assignment, I asked a question related to it this evening, but I recognize it was very poorly stated and written. I\'ll try to be a little more specific this time.
I am running Ubuntu 10.10, and I ins开发者_C百科talled Python 3.2 today. The system is already running Python 2.6.
I am somewhat new to python still, and am working on a project including a GUI. I using with Tkinter and buttons a lot, and am curious if there was a way to run a function with a bind because I want o
What I\'m trying to do here is save the contents of a Tkinter Canvas as a .png image using PIL. This is my save function (\'graph\' is the canvas).
I am creating a minesweeper game in python 2.7. I have run into several problems when attempting to create the GUI. I have used a library called easyGUI (found here: http://easygui.source开发者_JS百科
I am writing a Tkinter program that requires a loop. I can\'t run the loop from the same class that Tkinter is in, I\'m fairly certain of that much. To run said loop, I believe that I have to use a se
I am drawing a table using tKinter. I was wondering if there was a way to export the table as an image.
a simple question (not so simple for a tkinter newby like me): I\'m building a GUI and I want to have two radio buttons driving the status (enabled o开发者_JAVA百科r disabled) of an Entry widget, into