#CLI password manager
A secure command-line password manager built in python
##Features
- Add accounts
- View accounts
- Search accounts
- Delete accounts
- Password generator
- Encypted password storage
- Colored terminal interface
#Technologies
- Python
- Cyptography(Fernet)
- Coloroma
#How to run Install dependecies: pip install cryptography coloroma
Run: py -3.12 password_manager.py