Posts by Milteven • 1 point
1 post
-
0
votes1
answer699
viewsQ: Tkinter, how to update label on canvas?
Hello, I am trying to build a dynamic table that updates the values automatically but I am not able to update the Labels, I am using the following code: import tkinter as tk def populate(frame):…