Python Forum
PysimpleGUI window update dynamically
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
PysimpleGUI window update dynamically
#4
To answer your question.

1. There is a much easier way to make a matrix of controls. You should look at all the pysimplegui examples.

This shows how to make a minesweeper game: https://www.pysimplegui.org/en/latest/co...of-buttons

Replace the Button object with a Text object and you have a grid of text objects with very little code.

2. Can you describe the parameter checking in more detail?

3. I answered this question in my first post. Read the CSV file. Filter to only contain Golden rows. Inform the user if there were no golden rows in the data, otherwise update the values.
Reply


Messages In This Thread
PysimpleGUI window update dynamically - by SamLiu - Mar-27-2023, 01:59 PM
RE: PysimpleGUI window update dynamically - by deanhystad - Mar-30-2023, 03:00 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Interaction between Matplotlib window, Python prompt and TKinter window NorbertMoussy 3 1,007 Mar-17-2024, 09:37 AM
Last Post: deanhystad
Photo PySimpleGUI FilesBrowse enable event to update value in combo SamLiu 2 4,922 Mar-15-2023, 12:49 PM
Last Post: SamLiu
  [Tkinter] Can't update label in new tk window, object has no attribute tompranks 3 3,878 Aug-30-2022, 08:44 AM
Last Post: tompranks
  PySimpleGUI Try Except jamesaarr 1 2,060 Nov-18-2021, 02:02 PM
Last Post: jamesaarr
Question closing a "nested" window with a button in PySimpleGUI and repeating this process Robby_PY 9 14,013 Jan-18-2021, 10:21 PM
Last Post: Serafim
  how to add elements in the other window? (pysimplegui) syafiq14 0 2,415 Jul-20-2020, 10:35 PM
Last Post: syafiq14
  Want to dynamically update numbers using tkinter in pygame script k0gane 0 2,149 Feb-09-2020, 09:01 AM
Last Post: k0gane
  tkinter window and turtle window error 1885 3 6,951 Nov-02-2019, 12:18 PM
Last Post: 1885
  [PyQt] how to dynamically add label to pyqt window Joongi 3 10,940 Sep-10-2019, 01:38 PM
Last Post: Denni
  Need help setting up a PySimpleGUI progress bar that I can maually update in script Soundtechscott 1 10,256 Jun-10-2019, 06:14 AM
Last Post: Soundtechscott

Forum Jump:

User Panel Messages

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