Commit 53fdecdd by BellCodeEditor

auto save

parent e4002708
Showing with 7 additions and 0 deletions
...@@ -3,5 +3,11 @@ import tkinter ...@@ -3,5 +3,11 @@ import tkinter
root = tkinter.Tk() # 创建窗口 root = tkinter.Tk() # 创建窗口
root.title('注册') # 标题 root.title('注册') # 标题
root.geometry('400x320+500+300') # 长×宽+x坐标+y坐标 root.geometry('400x320+500+300') # 长×宽+x坐标+y坐标
screen_name = tkinter.Entry(root,show='*',)
screen_name.place(x=140,y=80)
screen_number =
screen_number.place(x=140,y=140)
screen_numbers =
screen_numbers.place(x=140,y=200)
root.mainloop() # 保持运行 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