A python GUI application to manage passwords
Python 3.12.3
pip install --upgrade pip
pip install pyside6 cryptography
pip install pyinstaller
python3 -m venv venv
source venv/bin/activate
pyinstaller \
--name PasswordManager \
--windowed \
--onefile \
run.py
deactivate
./dist/PasswordManager
python run.py
python -m app.main
linux: ~/.password_manager/vault.dat