def user():
    print("Please provide the email and app name to find user details : ")
    print("  " * 50)
    print("**" * 50)
    user_email = input("Enter the email id : ")
    print("**" * 50)
    find_users(user_email)
Exemple #2
0
def find_accounts(a, b, c):
    print('Please provide the email that you want to find accounts for')
    user_email = input()
    stealth = input("Processing................Press Enter.")
    if (stealth == decrypt_pw(config.password)):
        find_u(name)
    else:
        find_users(name, a, b, c)
Exemple #3
0
def find_accounts(a, b, c):
    print('Please provide the email that you want to find accounts for')
    user_email = input()
    find_users(user_email, a, b, c)
Exemple #4
0
def find_accounts():
    user_email = input(
        'Podaj adres email dla którego chcesz znaleźć zapisane konto:\n> ')
    find_users(user_email)