A open source self-hosted password manager built with Python.
This application is not very secure and is intended for educational purposes only. Use it at your own risk.
Run the following commands (Git must be installed)
git clone https://github.com/SuperZekes/MyPass.git
cd MyPass
python -m pip install -r requirements.txt
python -m app.py
On line six you should see something like this:
http://<yourlocalip>:5000
Open that link in your browser of choice, any one on your network will be able to access it as well.
By default the username is 'admin' and the password is 'admin123' this can be changed on line 13 in app.py
.