Commit 7892a40f by BellCodeEditor

save project

parent d456826c
Showing with 4 additions and 0 deletions
import tkinter
from tkinter import messagebox
with open("user.txt","r ",encoding="utf-8")as f:
info = f.read()
users = json.login(info)
def login_to_reg(): # 登录界面转注册界面
......
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