A simple password manager that uses the Fernet module from the Cryptography library.
We STRONGLY recommend first obfuscating the program then using it, a library like pyarmor will work fine.
Python >= 3.6
$ pip install cryptography
Then just run the main.py file in CMD or any linux Terminal you prefer, you will input your PIN and then close the program. After that, comment from line 5 to 16 and uncomment from line 18 to 106 by removing the apostrophes, obfuscate it and you're done.
A Gui.
Please feel free to open a issue, or a pull request if you have found any bugs, or have any ideas.
This password manager was built for educational purposes. Please use at your own risk.