Ejemplo n.º 1
0
def copy_password(account):
    '''
    funcion that allows password to be copied and pasted using the pyperclip framework
    '''
    return Credentials.copy_password()
Ejemplo n.º 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)
Ejemplo n.º 3
0
def copy_password(account):
    return Credentials.copy_password(account)