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
See complete list of available widgets in the documentation
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(==6.7)