Commit 9aebd1d4 by BellCodeEditor

save project

parent 1955f4b9
Showing with 1 additions and 6 deletions
......@@ -36,12 +36,7 @@ def register(): # 注册验证
login_show()
def login(): # 登录验证
name,password=app_login.get_input()
def __init__(self):
self.root=thinter.Tk()
self.root.title("登录窗口")
self.root.geometry('400x300+500+300')
self.root.resizable(width=False,height=False)
pass
class My_login(): # 登录窗口
def __init__(self):
......
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