pymmcore-widgets

A set of Qt-based widgets onto the pymmcore-plus model


Keywords
gui, micro-manager, microscopy, python
License
BSD-1-Clause
Install
pip install pymmcore-widgets==0.7.1

Documentation

pymmcore-widgets

License Python Version PyPI Conda CI docs codecov

A set of widgets for the pymmcore-plus package. This package can be used to build custom user interfaces for micromanager in a python/Qt environment. It forms the basis of napari-micromanager

mm_widgets

See complete list of available widgets in the documentation

Installation

pip install pymmcore-widgets

# note that this package does NOT include a Qt backend
# you must install one yourself, for example:
pip install PyQt5

# package is tested against PyQt5, PyQt6, PySide2, and PySide6