Skip to content

Instantly share code, notes, and snippets.

@bazub
Created September 20, 2012 14:02
Show Gist options
  • Save bazub/3756115 to your computer and use it in GitHub Desktop.
Save bazub/3756115 to your computer and use it in GitHub Desktop.
Adding an Image
photo=PhotoImage(file="worldlg.gif")
ca=Canvas(root)
ca.create_image(200,123,image=photo)
ca.grid(row=0,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