Here is a rough example of a multiple choice test that I made. It runs in terminal and I\'m hoping to make a Graphical User Interface for it using Tkinter.
How do I get th开发者_开发问答e full name of an event? For example, Event.keysym only shows \"c\" for an event triggered by \"<Control-c>\". How can I get the \"Control\" too?Event.state holds t
I\'m trying to make a canvas scrollable. However, once I try to set up scrollbars to work with the canvas, tkinter seems to completely ignore the dimensions I initially set for my canvas. I\'ve tried
G\'day All, I\'m using tkinter for my GUI.Currently when I write an app most of the code is the interface widgets.I know how to import a file of def开发者_JS百科ined functions and use them and I want
here is some code: from Tkinter import * class Main(object): def __init__(self): self.console = Text(root, relief=\'groove\', cursor=\'arrow\', spacing1=3)
I am not sure if I am on the right track here-- but I started GUI programming with Python. I have all of my buttons and entries worked out. The main problem I am having is with the method that rolls
UPDATED: SEE BELOW I\'ve been porting the code for this assignment: htt开发者_StackOverflow社区p://www.stanford.edu/class/cs221/progAssignments/PA1/search.html (the entire source code is available as
I just have two hopefully quick questions. I\'m using Python 2.6 How should I 开发者_Go百科go about changing the font and colour of a string with the tkfont class? I seem to find tonnes of documenta
I draw some matplotlib.pyplot figures onto a Tkinter GUI. When I destroy the window the \"Fatal Python Error\" is raised. I seem to not be the only one with the problem but I cannot read a solution to
I wrote this program that uses a tkinter gui to plot orbits using matplotlib.Everything works but the toolbar on the graph. I have it in there but is not active.The program just does nothing when I ha