Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
List box
#4
Even before starting to program tkinter, you need a place to store the 300 items.
You don't specify, but maybe they are in a csv file, or you need to make one.
Alternatives to store the data are excel, or even SQLite, but that will demand more work and extra modules to import.
Once we know where the data comes from, we can start building the Tkinter GUI.

Paul
It is more important to do the right thing, than to do the thing right.(P.Drucker)
Better is the enemy of good. (Montesquieu) = French version for 'kiss'.
Reply


Messages In This Thread
List box - by mckenzierobert - Jun-08-2020, 05:54 PM
RE: List box - by buran - Jun-08-2020, 05:57 PM
RE: List box - by mckenzierobert - Jun-08-2020, 06:47 PM
RE: List box - by DPaul - Jun-12-2020, 10:01 AM

Forum Jump:

User Panel Messages

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