Tkinter grid() alignment issue in python
问题 I have been working in python for the first time and basically I am trying to get these to labels to align in the correct columns and the correct row but for some reason it doesn't move down rows and the columns are not correct either. Any help would be much appreciated! CODE: from tkinter import * import sys #Setup GUI #Create main window main = Tk(); #Create title of main window main.title = "Waterizer 1.0"; #Create default size of main window main.geometry("1024x768"); #Lets get a fram to