Python Script Console View
The Python Script Console View provides a Python representation of Harmony and its loaded project. This allows for custom tools and automation tasks both within Harmony's GUI and external to Harmony from a Python Interpreter.
To learn more about scripting in Harmony, see About Scripting. For documentation on the Python Console Interface, see
How to access the Python Script Console view
Do one of the following:
- From the top menu, select Windows > Python Script Console.
- From any of the other views, click the Add View button and select Python Script Console.
NOTE In order to use the Python Script Console, you will need to have Python 3.9.X installed. Please make sure it is installed and available on the system environment PATH.