Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 516 Bytes

File metadata and controls

11 lines (8 loc) · 516 Bytes

Features

  • Password manager is a simple replica of how password managers work on the web.
  • This password Manger not secure and is just for demonstration of how password managers work.

Usage

  • The script copies to clipboard the password for the account that is passed as command line argument
  • The password after being copied can be pasted to the required password field to access the account
  • Dictionary is used to store the password for the purpose
  • For using clipboard the module pyperclip is imported