Create additional windows: use the Toplevel widget.
from Tkinter import * root = Tk() top = Toplevel() root.mainloop()