A complex program for secure and convenient local storage and management of important data, passwords and other contents in encrypted storage files.
To create runnable execute application use next:
pyinstaller spwd_manager.spec
To reduce file size build with UPX from virtualenv:
python -m venv .
Scripts\activate.bat
pip install -r requirements.txt
pyinstaller --upx-dir "{{PATH_TO_UPX_DIR}}" spwd_manager.spec
- Python 3.8 or later
- cryptography
- pyinstaller
- ttkbootstrap
Anyone is welcome to contribute. If you decide to get involved, please take a moment and check out the following:
The code is available under the MIT license.