KeepSafe is a free Powerful and secure password manager with a elegant design. It lets you manage all your credentials quickly and efficiently for local applications and online services in a single window. KeepSafe stores your credentials in an encrypted form to the database so that no one can access your sensitive information without your permission. Check here for screenshots
- A simple, flat and minimal UI design
- Add, Modify, Delete records with ease
- All of your passwords are stored encrypted in the database
- Friendly User Account controls
Use the package manager pip to install the modules from requirements.txt
pip install -r /path/to/requirements.txt
- Use pip to install PyInstaller
pip install pyinstaller
- Navigate to the project folder
- Compile into executable (*.exe) using the following command
pyinstaller --onefile --noconsole keepsafe.py
Or use
pyinstaller --windowed --noconsole keepsafe.py
For advanced usage, if you want to create a windows setup installer
pyinstaller --noconfirm --windowed --noconsole --icon=<iconImage.ico> --version-file=<versionINFOFile.txt> keepsafe.py
# Replace iconImage.ico with the application icon file
# Replace versionINFOFile.txt with the version information text file
- /resources/config.dat #Contains user configurations
- /resources/keepsafe.db #The main database file
Files created under '/resources' folder are not to be played with and any changes made to the files may result in data loss AND I'm not responsible for that
KeepSafe is a Open-Source Password Manager for Windows. Send me your feedbacks, bug-reports and suggestions about KeepSafe to imshawan.dev049@gmail.com