import tkinter as tk window = tk.Tk() #for a windwo sized 1080x1920 window.geometry("1080x1920") window.mainloop()