예제 #1
0
def copy_password(account):
    """
    a function that copies password using pyperclip
    we import pyperclip then declare a fuction that copies
    """
    return Credentials.copy_password(account)
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)