So I have “Genius Hour”, and told students they could mess around with the current project they did. It was a simple quiz on scale/scroll/top window in tkinter. Then this happened…
EDIT: Original assignment, in parenthesis are his “updates”
Create a program with
Title – Final Basic Widgets
Scale – 1 to 100 (it chooses random max number every time you run it)
Spinbox – 1 to 10 with label below that shows the number
OK button – opens top level widget that has Yay! label and Close button that closes the widget (opens the number of top level widgets equal to the scale, they have random geometry of like 50-800 wide/tall, then a bug showed up that it also put in a random number of columns/rows so if you resize the top window, you will see a ton of “yays!”)
Close button – closes the program