An open API service indexing awesome lists of open source software.

https://github.com/seanpierce/passman

🗝 PassMan is a Python-based, password management console application.
https://github.com/seanpierce/passman

password-manager peewee pip python sqlite3

Last synced: 3 months ago
JSON representation

🗝 PassMan is a Python-based, password management console application.

Awesome Lists containing this project

README

          

# PassMan

PassMan is a super simple, Python-based **pass**word **man**agement console application. Data is managed using Peewee ORM and stored in a Sqlite3 database.

### Dependencies
* Python3
* Check version using `$ python --version`
* Installing or upgrading to Python3
* PeeWee
* SQLite3
* Bcrypt
* Colorama and Termcolor
* Pyperclip

### Installation and Usage
_Dependent packages will be downloaded as part of the installation process_
```shell
$ # 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!