Python Tkinter GUI Tutorial: Artist and Album 4: Show One

preview_player
Показать описание
Show One Getting a selection from a list box, using the selection to get the dictionary value, and then updating the label with that information.

Рекомендации по теме
Комментарии
Автор

How would you add multiple albums to the text display at the top?

For example, let's say, Bob Mould, has three albums:

albums["Bob Mould"] = "BSOR", "album2", "album3"

How would we get the display label to show all three albums at once?

seanconroy