Commit 75ea7bc2 by BellCodeEditor

save project

parent 81ca202f
Showing with 5 additions and 1 deletions
...@@ -30,8 +30,12 @@ def register(): # 注册验证 ...@@ -30,8 +30,12 @@ def register(): # 注册验证
else: else:
user[name] = password1 user[name] = password1
contet = jason.dumps(user[name])
with open("C:/Users/A15/Desktop/use.txt","r",encoding="utf-8") as r:
def login(): # 登录验证 def login(): # 登录验证
pass
class My_login(): # 登录窗口 class My_login(): # 登录窗口
def __init__(self): 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