Psico

From PyMOLWiki
Revision as of 12:22, 19 March 2012 by Speleo3 (talk | contribs) (created)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Type Python Module
Download https://github.com/speleo3/pymol-psico
Author(s) Thomas Holder and Steffen Schmidt
License BSD-2-Clause

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.

Usage

To import all commands with one line:

import psico.fullinit

A reference document with all commands can be generated with:

import psico.fullinit
import psico.helping
psico.helping.write_html_ref('psico-commands.html')