英文: is there a way to make a file picker that only accepts wave files in python/tkinter? 问题 我正在用Pyth...
Tkinter 在 for 循环中为 IntVar 添加跟踪。
英文: Tkinter adding trace to IntVar in a for loop 问题 class SelectFrame(tk.Frame): def __init__(self, ...
为什么在tkinter中每次显示新图像时,此级别中的计时器会变得更快?
英文: Why does the timer in this level go faster each time a new image is shown in tkinter? 问题 这是您的代码的...
如何在tkinter中显示来自列表或文件夹的随机图像,并允许用户输入其名称。
英文: how to i show a random image from a list or folder on tkinter and have a user input the name of ...
Python 3和Tkinter:如何根据按钮选择运行条件块
英文: Python 3 & Tkinter: How to run conditional block based on choice between buttons 问题 I am con...
使用Pillow在Tkinter中如何插入图像
英文: Tkinter how to insert image using Pillow 问题 CHONE_2Sc = tk.Tk() FstAlien = ImageTk.PhotoImage(Im...
在TKinter Treeview中的层次结构
英文: Hierarchy in TKinter Treeview 问题 我一直在尝试在Gtk中使用数据库中的数据创建一个层次结构的TreeView,但一直没有成功(https://stackover...
关于tkinter的输入框(entry)以及FocusOut/FocusIn事件。
英文: About tkinter entry, and the FocusOut/FocusIn 问题 I got the problem with FocusOut/FocusIn I will ...
why is this showing a TypeError: View_Account.go_to_modify_account() missing 1 required positional argument: 'id'
英文: why is this showing a TypeError: View_Account.go_to_modify_account() missing 1 required position...
Tkinter – 文本插入到文本框中显示为反向。
英文: Tkinter - text inserted into text box appears backwards 问题 我目前正在尝试使用Tkinter编写一个计算器。到目前为止,我已经成功放置...
29