Tkinter Toplevel Widget

The Toplevel widget work pretty much like Frame, but it is displayed in a separate, top-level window. Such windows usually have title bars, borders, and other “window decorations”.

The Toplevel widget is used to display extra application windows, dialogs, and other “pop-up” windows.

ref: http://effbot.org/tkinterbook/toplevel.htm