Commit c26ca525 by BellCodeEditor

save project

parent c5b56000
Showing with 3 additions and 2 deletions
...@@ -29,6 +29,7 @@ def register(): # 注册验证 ...@@ -29,6 +29,7 @@ def register(): # 注册验证
with open("user.txt","w",encoding="utf-8") as file: with open("user.txt","w",encoding="utf-8") as file:
file.write(content) file.write(content)
messagebox.showinfo("恭喜","你是正常人") messagebox.showinfo("恭喜","你是正常人")
app_login = My_login()
login.show() login.show()
def login(): # 登录验证 def login(): # 登录验证
pass pass
......
{"admin": "123456", "b": "b", "c": "c", "a": "aa"} {"admin": "123456", "b": "b", "c": "c", "a": "aa", "1": "11"}
\ No newline at end of file \ 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