Perangkat Lunak Tkinter

import tkinter as tk
#Importing the main module
window = tk.Tk()
window.mainloop()
Outstanding Ox