run a Shell Script via Terminal window?

I currently have a rule that performs "Run Shell Script" via an Embedded Script on matching files.
The embedded script executes some Python code, and it prints some results, etc, based on the matching file as an input. Via the Run Shell Script method, the textual output of the embedded shell script and the resulting Python code is "invisible" insofar as I can't see the Python print outputs (perhaps they are accessible via a Hazel log or something).
However, I'd like effectively run the script via Terminal (launch a new window/tab), so I can see the outputs there. Is this possible?
The embedded script executes some Python code, and it prints some results, etc, based on the matching file as an input. Via the Run Shell Script method, the textual output of the embedded shell script and the resulting Python code is "invisible" insofar as I can't see the Python print outputs (perhaps they are accessible via a Hazel log or something).
However, I'd like effectively run the script via Terminal (launch a new window/tab), so I can see the outputs there. Is this possible?