A project graphical launcher that discovers and executes configured tools per shot and sequence via a Qt-based UI.
kLauncher is a Python + Qt application that:
- Reads a global
projects_index.jsonand per-project JSON definitions. - Loads tool and application configurations.
- Presents a GUI where users select Project → Sequence → Shot.
- Displays the valid tools configured for the selected context
- Launches the chosen tool with the correct environment variables.

