Deltagen Python

Hi everyone,

I would like to create a Python script that launches a UI so that I can add buttons for my team members to run various Python scripts. These individual scripts check for specific problems in our workflow and help keep our finished files error free. At the moment each script is executed via the Deltagen script editor, butt it would be easier it team members could just have a UI with buttons to press as the scripts need to be used at various stages. I am looking to do the same thing I can do in other software such as Maya.

I have tried tkinter as that is with Python but it is not stable enough for us. It will unexpected shut down Deltagen sometimes, but once open I cannot select an item in the scene tree or move around in the camera view port.

Does anyone have any suggestions?

I have tried to pip install pyside from Deltagen Python because I thought I may be able to get that working, but pip did not work.

It would be useful if PyQt / Pyside came with Deltagen as it does with other software so that we could use it to create a UI/

Any advice would be welcome - Thank you.