Commit 86be4990 by BellCodeEditor

save project

parent 03b25c3e
Showing with 5 additions and 1 deletions
......@@ -30,7 +30,9 @@ def register(): # 注册验证
messagebox.showwarning("欢迎","欢迎来到傻逼世界")
with open("user.txt","w",encoding='utf-8') as file:
file.write(conntent)
login_show()
app_reg.root.destroy()
app_login1 = My_login()
app_login1.show()
def login(): # 登录验证
pass
......
{"admin": "123456", "sb": "1", "1": "1", "2": "1", "3": "3", "4": "4", "9": "9"}
\ 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