in miyadai_login.py [0:0]
def read_user_file(): path = 'user.txt' with open(path, mode='r') as f: name = f.readline() return name