from tkinter import * win = Tk() win.minsize(250, 250) win.title("Point Clicker") win.resizable(0, 0) # Make Save fuction SaveButton = Button(win, text=&