def create_user_file()

in save_pass.py [0:0]


def create_user_file(name):
    path_w = 'user.txt'
    with open(path_w, mode='w') as f:
        f.write(name)