- 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.
- 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