标签: user-interface import tkinter tkinter-canvas
from tkinter import * window = Tk() topFrame = Frame(window) window.mainloop()