Skip to content

Instantly share code, notes, and snippets.

@bazub
Created September 20, 2012 14:05
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/3756143 to your computer and use it in GitHub Desktop.
Save bazub/3756143 to your computer and use it in GitHub Desktop.
Button that opens the Database
def golog():
os.system("notepad.exe "+"C:/Users/Bogdan/git/GPS2PC/GPS2PC/log.txt")
butWHIB=Button(root,text="Where have I been?",command=golog)
butWHIB.grid(row=5,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