Python Forum
[Tkinter] Registering user's drop down menu choice and finding corresponding line in files
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Tkinter] Registering user's drop down menu choice and finding corresponding line in files
#3
one way is to create a data base using shelve or pickle;
you create a dictionary and nest the information:
shelve doc
in finished code I posted a hangman game and keep track of the stats using
shelve and flat text file
Reply


Messages In This Thread
RE: Registering user's drop down menu choice and finding corresponding line in files - by joe_momma - Oct-03-2019, 06:28 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  [PyGUI] [Solved]Help storing in user input from line edit Extra 2 1,853 May-12-2022, 07:46 PM
Last Post: Extra
  PyQt5: How do you set the user input of a line edit to a specific variable? YoshikageKira 17 12,054 Dec-26-2019, 03:18 PM
Last Post: Denni

Forum Jump:

User Panel Messages

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