A Quick guide to Tkinter
Jul 27, 2023 路 5 min read 路 Intro tkinter is one of the more popular Python GUI libraries. 馃憠 When you start a tkinter project, you get some boilerplate, or starter code. import tkinter as tk window = tk.Tk() window.title("Hello World") # Sets the name of the window in the bo...
Join discussion




