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.
- Host: GitHub
- URL: https://github.com/seanpierce/passman
- Owner: seanpierce
- License: mit
- Created: 2018-06-18T05:12:20.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-17T18:00:03.000Z (almost 8 years ago)
- Last Synced: 2025-09-28T16:26:31.158Z (9 months ago)
- Topics: password-manager, peewee, pip, python, sqlite3
- Language: Python
- Homepage:
- Size: 83 KB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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!