Commit 862edba9 by BellCodeEditor

auto save

parent 0651e310
Showing with 18 additions and 0 deletions
import tkinter import tkinter
def reg():
name = a1.get()
password = a2.get()
enpassword = a3.get()
root = tkinter.Tk()
root.title('注册')
root.geometry('400x320+500+300')
ex=tkinter.Entry(root,show=None,font=('wingdings',14),bg='red',width=18)
ex.place(x=140,y=80)
bu = tkinter.Button(...... ,command = reg)
bu .place(x= 100,y = 250)
root.mainloop()
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment