Opening slicer using python gui

Hello!
I’m about to create a gui using python. I only need to display the module “models” and the mrml. Can I launch slicer in the background somehow?
I’ve seen the slicelet option but those are written within python interact or environment, right?
Thanks in advance!
Fabiola

You can create a Python scripted module as explained in this Slicer programming tutorial. In the Qt designer you will find the same widgets used in Data and Models module GUI.

1 Like