A password manager I made in Python
pip install colorama
- supports Email/Password storing.
- supports Email/Password changing.
- authorization system using set passcode. (must be numerical)
- first time setup
- passwords stored locally in a
.JSON
file - password combo support
email-password
format
step one
pip install pyinstaller
step two
cd
to the directory holding themain.py
file- run
pyinstaller main.py --onefile --name Password Manager
- wait for the compiling to finish
- go into the
\dist
directory and find themain.exe
file - drag the
main.exe
file to where themain.py
directory is - execute the
main.exe
file - all done!