python pop up message box code example Example: tkinter info box from tkinter import messagebox messagebox.showinfo('Title', 'Information')