英文: Tkinter - Columnspan does not bring desired result: How to get widgets to their desired place? 问...
Not able to run this code. After two levels, the code seems to fail, in retrieving the values required to run the next level
英文: Not able to run this code. After two levels, the code seems to fail, in retrieving the values re...
怎样为ttk.Combobox的不同选项添加不同的背景颜色?
英文: How to add different background colors to different selection options in ttk.Combobox? 问题 我想为Com...
Tkinter动态提示,跟随光标移动并更新
英文: Tkinter dynamic tooltip that moves with the cursor and updates 问题 我想在我的tkinter GUI 中实现一个tooltip,...
无法更改Tkinter Python 3.x中按钮的状态
英文: Can't change state of a button in Tkinter Python 3.x 问题 我正在创建一个应用程序,其中有一个窗口打开另一个窗口。在这个过程中,我想...
如何使用tkinter显示图像文件?
英文: How can I display an image file with tkinter? 问题 我想创建一个基于Tkinter的Python程序,允许我打开一个图像文件并在Label小部件中...
如何使用cx_Freeze为相同脚本使用不同参数创建多个msi安装程序?
英文: How can I create multiple msi installers for the same script with different parameters using cx_...
在Tkinter文本小部件中标记字符的方法
英文: ways to tag characters in tkinter text widget 问题 除了下面示例中的方式,是否有其他索引文本中字符的替代方法? text.tag_add('...
如何在Python 3.11中判断函数是否已运行?
英文: how to know if a function has been run in python 3.11 问题 以下是要翻译的代码部分: 我有一个带有tkinter(GUI)按钮的代码。当你...
如何在tkinter中只播放一次gif?
英文: How to run gif one time in tkinter? 问题 以下是代码的翻译部分: from tkinter import * import time import os r...
29