Skip to content

Latest commit

 

History

History
48 lines (34 loc) · 1.72 KB

README.md

File metadata and controls

48 lines (34 loc) · 1.72 KB

PassManager

GitHub stars GitHub forks GitHub followers

Qt version MinGW version

PassManager is a simple application for managing credentials. Suitable for personal use when you need to organize your passwords quickly and easily.

All data is stored locally:

  • C:\Users\<Username>\AppData\Roaming\PassManager\accounts.xml

My Custom Title Bar Template

Build

git clone https://github.com/imitatehappiness/QtPassManager.git
cd QtPassManager/PassManager
qmake PassManager.pro
mingw32-make
cd release
./PassManager.exe

Deploying the Application

Use windeployqt to gather all necessary dependencies:

windeployqt --compiler-runtime QtPassManager/PassManager/release/PassManager.exe

After executing this command:

  • All required dependencies (Qt libraries, plugins, etc.) will be copied into the directory containing PassManager.exe.
  • The application will be self-contained and ready for distribution to other systems.

UI Demonstration

demo.mp4