Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 590 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 590 Bytes

PSM - Password Manager (console)

Store your passwords in more convenient way. All passwords are stored on your device and you can export them as MS Excel table. You can download release or clone repository.

Installation

If you have cloned repository: Make sure to install dependencies pip install -r requirements.txt.

Launch

Run python <path>/psm.py (if you have repository downloaded). Launch psm.exe (if you downloaded release).

Help

You can type help in program.

Compatibility

v 1.0.1: database format changed, you can use 1.0.0_import to solve this problem.