The Password class should instead be named something like PasswordData to specify that it does not only contain the password but also related data (account, etc).
Maybe move it to a password_data.py and write password prompt utilities in a password_prompt.py file (se issue #2).
The
Password
class should instead be named something likePasswordData
to specify that it does not only contain the password but also related data (account, etc).Maybe move it to a
password_data.py
and write password prompt utilities in apassword_prompt.py
file (se issue #2).