I am using Tkinter with the following code:
window = Tk() window.title("Inventory Update") window.geometry("680x550") main_button = Button(wi