Python: TKinter Listbox Tutorial

preview_player
Показать описание
This video teaches how to use the Listbox widget to create a flash card program using a dictionary. Listbox elements can be inserted using an iterative for loop. To get the current value of the Listbox, use the .get(ANCHOR) method to store the value as a string. This program combines the uses of Button, Listbox, Entry, and Label to create a flashcard program. Feel free to leave any questions in the comments below!

Github Source code:

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

Hello, have a problem, i need simulate when select one index from an listbox i want to see the same results in other listbox, how can make that?

danielramirez
Автор

Good video! I need to work more with enumerate on dict structures. Almost forgot it existed haha. Is it important to enumerate through the dictionary here or would any method returning the keys be okay?

CodeWithDerrick
Автор

How can i change the position of one element in the list ?

making-arte
Автор

You sound like BadBoyHalo in minecraft

xbn
Автор

Hello, have a problem, i need simulate when select one index from an listbox i want to see the same results in other listbox, how can make that?

danielramirez