Skip to content

Latest commit

 

History

History
executable file
·
32 lines (28 loc) · 795 Bytes

README.md

File metadata and controls

executable file
·
32 lines (28 loc) · 795 Bytes

Password Manager

Python 2 is required.

Installation

    pip install -r requirements.txt

Usage

password_manager.py [-h] filename

Available commands:
clear             clear screen
clipboard, c      copy value to clipboard
create            create a new account
delete, d         delete account
dump              dump file content in plain text
edit, e           edit account
find, f           find account
help, h           print help
hide_values       hide values
list, l           list all available account by name
print, p          print account
print_all         print all accounts
quit, q           quit
random_pass       generate random password
rename            rename account
show, s           show all data of specific account
show_values       show values