コード例 #1
0
ファイル: run.py プロジェクト: Albert-Byrone/Password-Locker
def copy_password(account):
    '''
    funcion that allows password to be copied and pasted using the pyperclip framework
    '''
    return Credentials.copy_password()
コード例 #2
0
ファイル: run.py プロジェクト: Martha-Valary/password
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)
コード例 #3
0
def copy_password(account):
    return Credentials.copy_password(account)