import tkinter as tk
from tkinter import ttk
root = tk.Tk()
root.geometry('300x200')
root.title('My GUI')
root.mainloop()
By SlashReal | Coding_tuts | 22 Mar 2023
import tkinter as tk
from tkinter import ttk
root = tk.Tk()
root.geometry('300x200')
root.title('My GUI')
root.mainloop()
How do you rate this article?
0
Programming tutorials
Send a $0.01 microtip in crypto to the author, and earn yourself as you read!
% to author / 80% to me.Page not displaying correctly?