Exemple #1
0
def copy_password(account):
    '''
    funcion that allows password to be copied and pasted using the pyperclip framework
    '''
    return Credentials.copy_password()
Exemple #2
0
def copy_password(account):
    """
    A funct 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)
Exemple #3
0
def copy_password(account):
    return Credentials.copy_password(account)