tkinter info box code example Example: tkinter info box Click to copyfrom tkinter import messagebox messagebox.showinfo('Title', 'Information')