my_window.py 99 Bytes Edit 1 2 3 4 5 import tkinter db=tkinter.Tk() db.title("dinner bone") db.geometry("400x320+500+100") db.mainloop()