how to display a message box in python code example
Example: tkinter info box
from tkinter import messagebox
messagebox.showinfo('Title', 'Information')
from tkinter import messagebox
messagebox.showinfo('Title', 'Information')