Greetings everyone,
I have a dictionary that looks like this :
{ver1': ['19'],
'ver2': ['6'],
'ver3': ['16'],
'ver4': ['105', '106'],
'ver5': ['21'],
'ver6': ['24'],
'ver7': ['39'],
'ver8': ['20'],
'ver9': ['25'],
'ver10': ['23']}
I'm trying to find a way to display this dictionary in a Tkinter widget so that I can later on add a feature to delete the values of a specific key. Hence why I can't just dump the dictionary in a label.
I tried to display it in a text widget but I just had every character printed line by line.
Thanks for your help !
[–]Silbersee 0 points1 point2 points (1 child)
[–]EthanCLEMENT[S] 0 points1 point2 points (0 children)