Commit 61aa4b77 by BellCodeEditor

save project

parent 71f68566
Showing with 5 additions and 2 deletions
......@@ -24,6 +24,9 @@ def register(): # 注册验证
messagebox.showwarning("啊啊啊啊啊啊啊啊啊!","密码不对!!!")
else:
zhu1[name]=password1
with open("user.txt","w",encoding="utf-8") as zhu:
zhu.write(json.dumps(zhu1))
messagebox.showwarning("恭喜!恭喜!恭喜!恭喜!恭喜!","注册成功!!!")
def login(): # 登录验证
pass
class My_login(): # 登录窗口
......
{"admin": "123456"}
\ No newline at end of file
{"admin": "123456", "zhu": "kxyjr0828", "tiantian": "202156", "ma": "198138", "ba": "1981123"}
\ 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