psico is a python module which extends PyMOL with many commands. It was developed as an in-house script collection, but grew to a quite comprehensive PyMOL extension. Some of the provided commands are already in the PyMOLWiki Script Library, but it contains also many new stuff.
Installation
Using PyMOL 2.0 from the schrodinger anaconda channel:
conda install -c schrodinger pymol
conda install -c speleo3 pymol-psico
Alternatively, copy the psico folder to your PYTHONPATH or use the setup.py based installation.
Usage
To import all commands with one line:
A reference document with all commands can be generated with:
<syntaxhighlight lang="python">
import psico.fullinit
imp ..→