英文: How to keep all items in LabelFrame stuck together when added using .grid() 问题 I understand your...
限制 Tkinter 中的 GUI 更新。
英文: Limiting the gui update in Tkinter 问题 Tkinter: 我想要限制用户改变窗口大小时GUI更新的速度。 我的计划是在"<Configure&...
为什么 tkinter 没有显示任何内容?
英文: Why is tkinter not displaying anything? 问题 我正在尝试使用tkinter制作一个UI游戏,但在打开的窗口中没有显示任何内容,在shell中也没有错误。...
为什么Python没有使用其他的Tkinter?
英文: Why python isn't using other Tkinter? 问题 我写了这段代码,但问题是Python只使用第一行来导入tkinter,而不使用我在之后使用的另外两行。...
Tkinter多标签UI,带有动态创建的小部件 – 不确定是否可能
英文: Tkinter multitabbed UI with dynamically created widgets - Not sure if this is even possible 问题 我...
在Python tkinter中如何获取用户输入值而不调用输入标签名称或使用get()方法。
英文: How to get the user input values without calling the entry label name or using the get() methid ...
GUI是指使用Python和tkinter创建的类中的图形用户界面。
英文: GUI in a class with python + tkinter 问题 import tkinter as tk from PIL import Image, ImageTk impo...
文本框不会移动
英文: Textbox won't move 问题 我编写了一个程序,其中你可以添加文本框和图像。当你点击文本框并悬停在上面时,会显示两个按钮:Bin(删除) 和 Move(移动)。 Bin(...
.ico 文件未在 Python Tkinter 中定义。
英文: .ico file not defined in Python Tkinter 问题 所以我正在制作一个tkinter应用程序项目,但然后我遇到了这个错误。 Traceback (most r...
我想使用Tkinter创建用户界面,根据需要显示歌曲的定时歌词。
英文: I want to create UI using Tkinter where timed lyrics of a song are shown according to their time...
29