In Tkinter I\'m trying to make it so when a command is run a widget is automatically selected, so that a one may bind events to the newly selected widget.
I\'m trying to grab a screenshot every 30 seconds and display it on my GUI, heres what I\'ve got so far.
i tried to figure out what tags were in canvas however i am having a hard time understanding it. can someone explain what tags do and how to use them开发者_如何学C in canvas when using python.Every ob
In the following code I\'ll get the following error if I right click the window that pops up. Then go down to the very bottom entry widget then delete it\'s contents. It seems to be giving me a TclErr
I am trying to print the contents of a python tkinter canvas.I have tried using the postsc开发者_StackOverflow中文版ript method of canvas to create a postscript file, but I get a blank page.I know thi
I\'m trying to make a simple program that continually displays and updates a label that displays the CPU usage, while h开发者_如何学JAVAaving other unrelated things going on.
I have a dense set of points in the plane. I wa开发者_运维百科nt them colored so that points that are close to each other have the same color, and a different color if they\'re far away. For simplicit
I have a python program which opens a new windows to display some \'about\' information. This window has its own close button, and I have made it non-resizeable. However, the buttons to maximize and m
I have a Python script which needs to calculate the exact size of arbitrary strings displayed in arbitrary fonts in order to generate simple diagrams. I can easily do it with Tkinter.
I\'m developing a media player. Right now it\'s a simple window with a button to load .wav files. The problem is I would like to implement a pause button now. But, when playing a audio file the GUI is