Skip to content

Simple local password protected login database script written in python.

Notifications You must be signed in to change notification settings

amogusussy/passmng

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

Install

As root, run the following commands:

pip install pyperclip zxcvbn

wget -O /usr/bin/passmng https://raw.githubusercontent.com/amogusussy/passmng/main/passmng && chmod +x /usr/bin/passmng

Info

By default, the file containing your passwords will be $HOME/.pass.txt, you can change this by changing the location variable.

About

Simple local password protected login database script written in python.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages