Commit a93c34bb by BellCodeEditor

save project

parent 00ff6e4e
Showing with 7 additions and 1 deletions
import tkinter
from tkinter import messagebox
import json
with open("user.txt","r",encoding="utf-8") as f:
inf=f.read()
uses=json.loads(info)
def login_to_reg(): # 登录界面转注册界面
app_login.root.destroy()
......@@ -7,7 +13,7 @@ def login_to_reg(): # 登录界面转注册界面
app_reg.show()
def reg_to_login(): # 注册界面转登录界面
pass
app_login.root
def register(): # 注册验证
pass
......
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