Commit 47a15e32 by BellCodeEditor

save project

parent 4f3de768
Showing with 13 additions and 2 deletions
......@@ -110,4 +110,15 @@ class My_register(): # 注册窗口
return self.name, self.password1, self.password2
app_login = My_login()
app_login.show()
\ No newline at end of file
app_login.show()
def login():
name, password = app_login.get_input()
pwd = users.get(name)
if pwd == password:
messagebox.sh
\ 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