Python Forum
Displaying Image Files in a GUI
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Displaying Image Files in a GUI
#1
Hello,

I have this situation:

I'm developing a GUI.
This GUI will display an image (png file) from another folder.
There will be a button on the GUI to update to a new image.

The idea is that there's a button in the GUI.
When the user clicks the button, it displays a random image from the folder.

How do I get the image file to show in the GUI?
Reply
#2
Before you start, decide which GUI language you wish to use.
As a beginner, I think Kivy might be a good place to start. see: https://kivy.org/#gallery

Then you are going to have to learn how to use the GUI language
General: https://kivy.org/doc/stable/gettingstart...mples.html
Mobile app tutorial: https://realpython.com/mobile-app-kivy-python/
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  [PyQt] Create exe file including referenced image (*.png) files mart79 0 1,627 Jul-21-2020, 09:49 AM
Last Post: mart79
  Trouble displaying an image in PyQt4 Vysero 2 3,092 Jul-01-2018, 05:25 PM
Last Post: Alfalfa
  [Tkinter] Displaying an image that can't be closed nicochulo 4 3,603 Feb-15-2018, 10:27 AM
Last Post: nicochulo

Forum Jump:

User Panel Messages

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