Try some code with tkinter and sqlite to see how you could create a GUI for a database with these tools united with the power and the elgance of Python.
[...]
A listbox is a text box in with there are items in each row, like in a grocery list. I will show you the use of listbox in tkinter trough an example.
[...]