tkinter listbox: how to get the value of a selected item

preview_player
Показать описание
In the video I explain how to get the value of a selected item in a listbox widget, from the tkinter library. I wrote the code in python3. And I also used other elements from tkinter. So, in the example you will see how to use buttons and message-boxes as well. If you have any suggestions, please let me know in the comment below. Bye 🙂.
Рекомендации по теме
Комментарии
Автор

I want to use the selected value in any expressiom or any proces like: x=selecteditem(l)
b = x +10.
Any suggestion ?

kamalshalabi
Автор

good, but how can i puts value from text wedget??

sportiano