from tkinter import messagebox msg = messagebox.showwarning(message='Page 1') print(1) but = ttk.Button(main_frame, text='Page 1', compound='center')