Python Forum
Dynamic list of choices
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Dynamic list of choices
#1
My first Python project is an app which manages recipes using SQLite. While entering a new recipe, I would like to present a choice of ingredients from the database which dynamically presents less and less choices the more the user types the ingredient's name until an ingredient is selected by a click. (I would probably invoke a SELECT....WHERE ingredient LIKE "%typed text%" after each key stroke).

I have not decided for a GUI yet. I don't need any whistles and bells. I just would like to use a simple GUI which allows me to achieve the above task. The app will run exclusively on a Windows PC. Any pointer to a GUI which would fit and maybe even an example how to set this dynamic choice up would be greatly appreciated.

Pretty please?
Reply


Forum Jump:

User Panel Messages

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