Code une GUI

import tkinter as tk

root = tk.Tk()

root.mainloop()
Arrogant Aardvark