Password generator & Vault
A CLI tool that generates strong passwords and stores them securely. My project will include the following topics:
- Functional programming (for password rules)
- OOP (to create classes like PasswordEtry & Vault)
- CLI (click)
- Data export (JSON and CSV formats)
An example of CLI in the project:
python vault.py add --service GitHub --username roman --length 16
python vault.py list-entries --search git*
Edited by milkorom