import tkinter
root=tkinter.Tk()
root.title('注册')
root.geometry('400x320+500+300')
root.mainloop()