Demo plugin for PyMOL which demonstrates the usage of PyQt to create a dialog.
PyMOL 2.x
Download ZIP and install with PyMOL's plugin manager (Plugin > Plugin Manger > Install New Plugin > Install from local file).
Alternatively, you can clone this repo into a directory which is in PyMOL's plugin search path (Plugin > Plugin Manger > Settings > Plugin override search path).
- __init__.py: Entry point, provides the
__init_plugin__
function which adds an entry to PyMOL's plugin menu. - demowidget.ui: Graphical user interface file, created with Qt Designer
(c) Schrodinger, Inc.