import customtkinter as ctk
win = ctk.CTk()
win.geometry('520x300')
win.resizable(width = False, height = False)
win.mainloop()
import customtkinter as ctk
win = ctk.CTk()
win.geometry('520x300')
win.resizable(width = False, height = False)
win.mainloop()