You can also specify a font for your Label text: t = Tk() Label(t, text = "MUO Tkinter tutorial", font=(60)).grid() t.mainloop() ...
確定! 回上一頁