root.geometry(f'{800}x{800}+{int(screen_width/2-800/2)}+{int(screen_height/2-800/2)}') Title_label = ttk.Label(root, text='Boolean Algebra Solver', font=('Arial',20 ...