Posts by Aidom Nou • 13 points
1 post
-
1
votes1
answer329
viewsQ: How do I make a button draw something new on a screen with Tkinter?
I tried to make a data simulator in Python with Tkinter that shows the data layout in the window after scrolling. For this, I defined a function that generates a random number from 1 to 6 and draws…