Exemple #1
0
def copy_password(account):
    return Credentials.copy_password(account)
Exemple #2
0
def copy_password(account):
    """
    A funct that copies the password using the pyperclip framework
    """
    return Credentials.copy_password(account)
Exemple #3
0
def copy_password(account):
    """
    A function that copies the password using the pyperclip framework
    We import the framework then declare a function that copies the emails.
    """
    return Credentials.copy_password(account)