A Qt6 application designed for KDE Plasma to help users perform system setup tasks, install dependencies, and manage Flatpaks.
- Sudo Authentication: Prompts for password securely.
- Selectable Tasks: Choose which packages to install.
- Custom Flatpaks: Add any Flathub application by ID.
- Terminal View: Real-time output of the installation process.
- KDE Integration: Inherits system theme (Breeze).
python3 main.pypip install pyinstaller
pyinstaller --onefile --windowed --name installer-widget --hidden-import=PyQt6 main.py