A simple cross-platform password manager. This project currently supports Windows as well as Debian based Linux distrobutions.
Install using the latest release package from the 'releases' section.
- Your Python version must be
>=3.13.0and<3.14.0 - Set up virtual environment:
python3 -m venv .venv - Activate virtual environment:
. .venv/bin/activate - Setup package and dependancies:
.venv/bin/pip install -e . - Run the project:
.venv/bin/python src/main.py