Skip to content

Instantly share code, notes, and snippets.

@bazub
Created September 20, 2012 14:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bazub/3756109 to your computer and use it in GitHub Desktop.
Save bazub/3756109 to your computer and use it in GitHub Desktop.
Main window
root=Tk()
root.geometry("420x420+400+100")
root.title("Where am I? by Bazub")
root.bind("<Escape>", lambda e: e.widget.quit())
root.resizable(FALSE,FALSE)
root.mainloop()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment