PyPassManager is a self-hosted Django-based password manager.
To implement this website for yourself, run the following commands
Create a folder called keys in the PyPassManager folder (Folder that contains manage.py) called keys.
pip3 install rsa
pip3 install django
python3 manage.py runserver