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

I've recently switched from Windows 10 to Linux Mint, but after pulling some of my old git projects I'm having issues getting the modules to work correctly. My initial import list looks like this: ...
0 votes
0 answers
82 views

I have the following problem. I created a desktop application to generate invoices for my dad's company. The machine I wrote this application for is an iMac from 2011 running macOS High Sierra (10.13....
0 votes
1 answer
107 views

Why does the "tk-toolkit" treat the window item differently when the parent is not canvas? When distributing events for example: import tkinter as tk def enter_event(event): print(f'...
0 votes
2 answers
74 views

I'd like to get the HMENU of a tk Menu for setting its background color using the SetMenuInfo function from the Windows API (setting it using configure() only affects the menu items' background, but ...
1 vote
1 answer
66 views

I'm trying to be able to select multiple entries in a tkinter GUI, the same way you can in fileExplorer. I can select multiple using shift+click, and ctrl+click, but either+arrows don't work. I did ...
0 votes
1 answer
66 views

I'm trying to draw a grid in the turtle, but doing so requires knowing the positions of the corners of the screen. turtle.goto(0, 0) does not move the turtle to the middle of the screen; instead, it ...
2 votes
0 answers
96 views

I am trying to implement a flow layout in a ScrollableFrame from customtkinter. Specifically, instead of managing letters, the layout needs to manage small Frames in which names are written. I have to ...
0 votes
1 answer
106 views

A few years back I hacked together a tk script to listen for events from frigate and show the camera feed for a few seconds when someone was at the door. It worked without much effort until I updated ...
2 votes
2 answers
135 views

The following [mre]: import tkinter as tk root = tk.Tk() cnvs = tk.Canvas(root) cnvs.pack() labl = tk.Label(cnvs, text='hello world') laid = cnvs.create_window(0,0,window=labl,anchor='nw', tags=str(...
Thingamabobs's user avatar
  • 8,229
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 ...
Tooling
0 votes
5 replies
140 views

I am a newbie in Python. My assignment requires me to use a graphical interface, and I plan to use tkinter for this purpose. However, I find manually typing code too complicated. Could any expert ...
Yanbing's user avatar
0 votes
1 answer
132 views

I have a script called GUI running two tkinter windows and I've been able to kill my program from within the script by creating a function for it def gui_kill(): root.destroy() win.destroy() ...
Paxton's user avatar
  • 11
2 votes
1 answer
78 views

I'm using DateEntry from tkcalendar. The problem is that I can only change the month and year the first time. When I try to change the year or month a second time, the calendar immediately disappears. ...
2 votes
1 answer
85 views

I'm trying to have an IntVar object move from one script to another via a function that calls the second script when the toplevel window created in the second script is destroyed main script: from ...
2 votes
1 answer
100 views

I’m making a GUI application in Python using Tkinter that reads text out loud from PDF, DOCX, TXT, and images using gTTS. The program works, but sometimes Tkinter window becomes unresponsive and shows ...

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

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