Skip to content

Repository files navigation

passwordmanager

An app built in Python that helps you manage passwords easily

Development In WSL2

First, start VcxSrv, then Use the following code to set the display device correctly if you are using WSL2

export DISPLAY=$(route.exe print | grep 0.0.0.0 | head -1 | awk '{print $4}'):0.0
python welcomescreen.py

Development in Windows

conda activate passwordmanager
python welcomescreen.py

Export

Make sure you are in windows environment so that the execuatable file is .exe

pip install pyinstaller
pyinstaller --onedir --windowed welcomescreen.py

copy favicons, style.css into the newly exported dir zip dir and install anywhere

Features

V1.1.0

  • Save entries
  • Delete entries
  • Export entries
  • Backup with Google Drive
  • Styled

About

An app built in Python that helps you manage passwords easily

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages