A Micro-Manager GUI based on pymmcore-widgets and pymmcore-plus.
The package is tested on Python 3.10 and 3.11.
pip install git+https://github.com/fdrgsp/micromanager-gui
Since micromanager-gui
relies on the PyQt library, you also need to install one of these packages. You can use any of the available versions of PyQt6 or PyQt5. For example, to install PyQt6, you can use:
pip install PyQt6
Note: tests are running on PyQt6 and PyQt5.
You also need to install the Micro-Manager
device adapters and C++ core provided by mmCoreAndDevices. This can be done by following the steps described in the pymmcore-plus
documentation page.
mmgui
By passing the -c
or -config
flag, you can specify the path of a micromanager configuration file you want to load. For example:
mmgui -c path/to/config.cfg