PassMan is a super simple, Python-based password management console application. Data is managed using Peewee ORM and stored in a Sqlite3 database.
- Python3
- Check version using
$ python --version
- Installing or upgrading to Python3
- Check version using
- PeeWee
- SQLite3
- Bcrypt
- Colorama and Termcolor
- Pyperclip
Dependent packages will be downloaded as part of the installation process
$ # via pip
$ pip3 install mypassman
$ passman
Author:
Sean Pierce Sumler
License:
MIT, use at your own risk
For questions and comments please raise an issue. Pull requests always welcome, too. Thanks!