Skip to main content

A password manager package

Project description

password-vault - pv.py

A windows only script that manages and generates passwords from the command line, passwords are stored in a sqlite db.


How to Install

pip install pvault==1.1.1a0

Basic Usage

Generate random password for an account:
pv generate [accountname]

Generate random password:
pv generate

Access stored account password:
pv account [accountname]

Get list of all stored account passwords:
pv accounts

Save password manually:
pv save [accountname]

Update password by random generation:
pv generate [accountname]

Update password by manual entry:
pv save [accountname]

Delete account password:
pv delete [accountname]

Delete all accounts:
pv delete

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pvault-1.1.1a0.tar.gz (3.2 kB view hashes)

Uploaded Source

Built Distribution

pvault-1.1.1a0-py3-none-any.whl (4.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page