Minimal GUI

After nearly two months of onboarding, I’ve developed a basic graphical user interface (GUI) for SplashTool_CPU using PyQt5. The GUI allows setting input files, output folders, and various other options, which are then passed to the SplashModel when starting the iteration. The GUI is designed so that the Manager and Model components remain unaltered, and script-based usage continues to be supported.

Over the next few weeks, the GUI will be progressively enhanced.

Scroll to Top