Password generator built with Qt Quick (QML) styled after Material Design 3.
This interface was generated with AI assistance as a demonstration of Material Design 3 styling. It is a style reference, not a production-ready password manager.
- Qt 6.5 or later (Core, Gui, Qml, Quick, QuickControls2)
- Meson build system
- gettext (xgettext, msgfmt)
- C++17-compliant compiler
Ubuntu/Debian:
sudo apt install qt6-base-dev qt6-declarative-dev meson ninja-build gettextFedora:
sudo dnf install qt6-qtbase-devel qt6-qtdeclarative-devel meson ninja-build gettextArch Linux:
sudo pacman -S qt6-base qt6-declarative meson ninja gettextgit clone https://github.com/AnmiTaliDev/QenQey
cd qenqey
meson setup builddir
cd builddir
meson compile./qenqeyThis project is distributed under the GNU GPL 3.0 license. See the LICENSE file for details.