GDP 4.2.10 - Adding Debug mode to GUI.py to run individual modules
Used PyQt6 instead of tkinter to create a multiple tab window GUI app to run the modules one by one to make debugging and troubleshooting process much more efficient. Instead of waiting for whole pipeline to run just to isolate one error in one specific module, can run them separately with different input.
Also makes it easier to see what scripts need to be run beforehand for each module as well.
Makes it easier to see the input and output of each modules.