mypassman

A super simple password management app


Keywords
password-manager, peewee, pip, python, sqlite3
License
MIT
Install
pip install mypassman==0.0.5

Documentation

PassMan

PassMan is a super simple, Python-based password management console application. Data is managed using Peewee ORM and stored in a Sqlite3 database.

Dependencies

Installation and Usage

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!