Skip to main content
Stack Overflow
  1. About
  2. For Teams
Filter by
Sorted by
Tagged with
0 votes
1 answer
118 views

I have an application that divides the main window in two: Left: a canvas, where a map will be displayed Right: a frame, where several other frames will share space and one of them will be shown ...
0 votes
1 answer
64 views

I have a tkinter window that runs script, with this general layout: ┌─────────────────────────────────────┐ │ Op Buttons │ ← Row 0 (fixed) ├───────────────────────────────────...
0 votes
1 answer
86 views

I have problems getting canvas.find_closest(x, y) to work properly. Below you can see a minimum working example. The program draws several points in the map (small radius ovals) and several horizontal ...
-1 votes
1 answer
63 views

I created a class called Player in a player.py file. The class creates a rectangle when called and I am trying to use canvas.move using the created object in my main.py file. So I created object as ...
1 vote
3 answers
202 views

I’m building a Tkinter app where I visualize sorting algorithms on a Canvas. The problem: whenever I run the sorting function, the entire UI freezes until the function finishes. Here’s a simplified ...
-1 votes
1 answer
169 views

I am trying to make a grid system for my tkinter window. I do not know how to do this correctly. This would be a system where I can enter something like 2,2 and it puts it on the grid (with larger ...
user avatar
1 vote
1 answer
79 views

I'm trying to overlay Checkbuttons on an Image in tkinter, so that the user can select locations on the image. Unfortunately, the Checkbuttons always have a grey background which I have not been able ...
1 vote
1 answer
82 views

I am working on Tkinter (Python3.12) on Windows 10. My issue is that when using postscript on a Canvas on which a window was drawn, only black rectangles appear instead. After some tests, the ...
-4 votes
1 answer
81 views

I wanted the button and password input to be right next to each other without a gap, but I ran into this problem and there was a gap between them. I tried to remove the space between this input and ...
0 votes
2 answers
116 views

I have 2 seperate files and trying to make a sort of 'module' with this one file. But it does not work. The background color is still this weird gray color even if I set it to say, black. Here is the '...
1 vote
1 answer
97 views

I created a programm on python to read serial data from an arduino and show it on a tkinter window. I made a Thread to read the from the arduino and the tkinter programm. My Programm runs perfectly on ...
2 votes
1 answer
73 views

I am writing a Python tkinter rectangle function: def Rectangle(row,col,color="#FFFFFF",outline="gray"): """ Fills a block with a color. Args: ...
-1 votes
2 answers
83 views

I have been working on face recognition tool and I have to draw a square on an image. The problem is before the last line cv2.rectangle(photo1.....) because the image is not a cv2 it says I have given ...
1 vote
1 answer
102 views

I am making a program called "Clocker" and i am using canvas.itemconfigure to change canvas.create_text text property, i think i am just using it wrong, but i want to upload this to be sure, ...
1 vote
3 answers
85 views

I am working on a python tkinter GUI, for plotting/modifying plots for device calibration and data analysis. Basically, I want to list various columns of data and then select regions of said data for ...

15 30 50 per page
1
2 3 4 5
...
137

AltStyle によって変換されたページ (->オリジナル) /