Commit 47a15e32 by BellCodeEditor

save project

parent 4f3de768
Showing with 12 additions and 0 deletions
...@@ -111,3 +111,14 @@ class My_register(): # 注册窗口 ...@@ -111,3 +111,14 @@ class My_register(): # 注册窗口
app_login = My_login() app_login = My_login()
app_login.show() 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