英文: How to continue programm after closing tkinter-window in python? 问题 我遇到了两个tkinter窗口的问题,我将其简化如下: ...
需要帮助确定哪个按钮被按下了。
英文: Need assistance with determining which button was pressed 问题 我正在使用customkinter下载包中的complex_examp...
如何在 tkinter 关闭窗口时停止工作线程?
英文: How can I stop a worker thread in tkinter when window is closed? 问题 当我关闭tkinter窗口时,工作线程正在运行时,10秒...
PyInstaller: Error when executing .exe file from a python file with Sun-valley tkinter theme
英文: PyInstaller: Error when executing .exe file from a python file with Sun-valley tkinter theme 问题 ...
如果未提供网格的行参数会发生什么?
英文: What happens, if the row parameter of the grid is not supplied? 问题 如果将行参数留空(例如 frame.grid(column...
我的Python tkinter GUI为什么在我频繁点击返回按钮后关闭?
英文: why does my python tkinter gui close after I spam the back button? 问题 以下是您要求的代码部分的中文翻译: 这是带有返回按钮...
如何在tkinter窗口上单独更新数据?
英文: How to update data individually on tkinter window? 问题 我正在创建一个GUI来显示来自IP地址的温度和湿度。这是我的主窗口, import ...
如何在项目的多个模块中构建 GUI 屏幕?
英文: How to build gui screens in multiple modules of a project? 问题 以下是您要翻译的内容: This is a simplificati...
如何在一个tkinter框架中显示多个图像副本和源图像。
英文: how to display multiple image copies and source image in one tkinter frame 问题 我能在一个帧中显示保存的mp4文件,...
如何使用TKinter选择两个Excel文件并将它们保存为文件?
英文: How do I use TKinter to select two excel files as keep them as files? 问题 我正在使用一些现成的TKInter代码来选择两...
29