Sorry if the title is confusing I don’t really know how to word it properly. Hopefully the code below will clear it up. When I run the program and I call print_names(), only the last name “Jenny” shows up. While if I call the other two functions, all the items in the corresponding list show up. However unless I add
Tag: tkinter-label
Label’s size changing after inserting an image
I am trying to reconstruct a picture that is divided into 6 parts, by adding the parts neatly to the 6 labels ordered vertically. The pictures have the exact size with labels but still after adding them either labels are getting smaller or either images aren’t getting the size they are meant to have therefore the picture parts aren’t uniting.
How to make tkinter’s GUI components dynamic?
I am making a tkinter application for Windows, and I want to make the widget placements dynamic. Like in this picture, the Label (which is acting like a background image holder), is covering the Y-axis, but when I maximize the window, like here, the photo does not cover the whole Y-axis. How to fix this, or is there a way