Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 427 Bytes

File metadata and controls

12 lines (10 loc) · 427 Bytes

Password manager in python.

Desired features.

[x] Creating a new password.
[] Saving unique passwords by unique account names.
[] Retrieving Passwords by account.
[] Updating an existing password.\

  • [] Deleting a password by account name and user_name.
    [] Exporting passwords associated with an account.\
  • [] Searching for passwords and assigning them id's for export and deletion.
    [] Designing the Terminal UI.