This is a test version of Biostars. For the public version, visit https://www.biostars.org.
How to set own code to Wizards Menu of Pymol ?

How I can Add my code to attach to the Wizards menu of Pymol?

Image Not Available

pymol python gui

1 answer

I know it is nearly 3.5 years! I found the solution.

It is "cmd.wizard"

wizard distance  # launches the distance measurement wizard 

# set a message
cmd.wizard("message", "Hello, I'm a message.")

# dimiss the message
cmd.wizard()

Source: https://pymolwiki.org/index.php/Wizard

Log in to answer this question.