Skip to content

Instantly share code, notes, and snippets.

@bazub
Created September 20, 2012 14:04
Show Gist options
  • Save bazub/3756136 to your computer and use it in GitHub Desktop.
Save bazub/3756136 to your computer and use it in GitHub Desktop.
Button that takes the user to Google Maps
butG2S=Button(root, text="Go to Maps", command=gomaps)
butG2S.grid(row=3,column=0,columnspan=2, sticky=N+S+E+W)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment