Hi :)
Can anyone help me?
I want to display image in my GUI using tkinter (python 3.2.2)
Do i need to download this python image library ==> PIL-1.1.7.win32-py3.2
or actually it was already in tkinter?
How about the code?
Thanks for the help.
Hi :)
Can anyone help me?
I want to display image in my GUI using tkinter (python 3.2.2)
Do i need to download this python image library ==> PIL-1.1.7.win32-py3.2
or actually it was already in tkinter?
How about the code?
Thanks for the help.
Don't need to download.
image = PhotoImage(file='myimage.gif')
label['image]' = image
plz refer to the link:
http://www.tkdocs.com/tutorial/fonts.html#images
owh, done!
Thanx a lot :D
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.