Skip to content

Pymol-Scripts/pymol2-demo-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PyMOL Demo Plugin

Demo plugin for PyMOL which demonstrates the usage of PyQt to create a dialog.

Requirements

PyMOL 2.x

Usage

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).

Plugin files

  • __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

License

BSD-2-Clause

(c) Schrodinger, Inc.

Releases

No releases published

Packages

No packages published

Languages