Python Forum
tkInter and Pillow don't display any images in GUIs - program gives errors instead
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
tkInter and Pillow don't display any images in GUIs - program gives errors instead
#10
Is it even possible to set GUI element on a GUI element? I chose to use Guizero because it doesn't require me to convert all .jpg files to .gif, and the only thing I can do is either placing them on top of the image right in the middle or to the sides of the image. https://imgur.com/a/iqKOfNg

from guizero import *

app = App(title="Gui", height=576, width=864, layout="grid")
pic = Picture(app, image="characterwindow01.jpg", height=576, width=864, grid=[1, 1])
text = Text(app, text="Text text", color="#FFAADD", bg="#000000", grid=[1, 1])
text2 = TextBox(app, text="Text textbox", grid=[1, 1])

app.display()
I'm starting to think I should use another language for my GUIs...
Reply


Messages In This Thread
RE: tkInter and Pillow don't display any images in GUIs - program gives errors instead - by SomeRandomGuy - Oct-29-2019, 02:57 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Problems trying to position images with Tkinter emont 3 809 Dec-12-2023, 07:20 AM
Last Post: menator01
  [PyGUI] GUIS Gibbse16 1 20,584 Mar-20-2021, 09:43 PM
Last Post: deanhystad
  [Tkinter] Noob question:Using pyttsx3 with tkinter causes program to stop and close, any ideas? Osman_P 4 5,344 Nov-14-2020, 10:51 AM
Last Post: Osman_P
  How to display results from terminal window onto tkinter. buttercup 0 3,663 Jul-21-2020, 04:41 AM
Last Post: buttercup
  [Tkinter] Loading Images to Tkinter with Pillow Tomli 2 13,053 Jun-18-2020, 03:26 AM
Last Post: Tomli
  [Tkinter] Problems to display Web Scraping values in Tkinter Lucas_Ribeiro 0 1,578 May-07-2020, 12:36 AM
Last Post: Lucas_Ribeiro
  Images in tkinter menator01 0 1,619 Apr-25-2020, 12:49 AM
Last Post: menator01
  Exiting/killing a program with tkinter but leaving the graphic on the screen jpezz 3 4,002 Apr-07-2019, 02:13 PM
Last Post: jpezz
  [Tkinter] Help with tkinter; images and button commands SheeppOSU 2 3,009 Mar-28-2019, 02:01 AM
Last Post: woooee
  Display and update the label text which display the serial value jenkins43 5 9,118 Feb-04-2019, 04:36 AM
Last Post: Larz60+

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020