Skip to content

Latest commit

 

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

password manager

A python GUI application to manage passwords

Build environment

Python 3.12.3 
pip install --upgrade pip 
pip install pyside6 cryptography 
pip install pyinstaller 

How to build

python3 -m venv venv 
source venv/bin/activate

pyinstaller \
 --name PasswordManager \
 --windowed \
 --onefile \
run.py

deactivate

How to run

./dist/PasswordManager
python run.py
python -m app.main

Data location

linux: ~/.password_manager/vault.dat

About

Password manager

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages