Skip to content

Latest commit

 

History

History
150 lines (100 loc) · 8.64 KB

File metadata and controls

150 lines (100 loc) · 8.64 KB

PyMoDAQ GUI

Latest Version Documentation Status https://codecov.io/gh/PyMoDAQ/PyMoDAQ/branch/5.1.x_dev/graph/badge.svg?token=IQNJRCQDM2
Linux PyQt5 PyQt6 PySide6
Python 3.10 310-linux-pyqt5 310-linux-pyqt6 310-linux-pyside6
Python 3.11 311-linux-pyqt5 311-linux-pyqt6 311-linux-pyside6
Python 3.12 312-linux-pyqt5 312-linux-pyqt6 312-linux-pyside6
Python 3.13 313-linux-pyqt5 313-linux-pyqt6 313-linux-pyside6
Windows PyQt5 PyQt6 PySide6
Python 3.10 310-windows-pyqt5 310-windows-pyqt6 310-windows-pyside6
Python 3.11 311-windows-pyqt5 311-windows-pyqt6 311-windows-pyside6
Python 3.12 312-windows-pyqt5 312-windows-pyqt6 312-windows-pyside6
Python 3.13 313-windows-pyqt5 313-windows-pyqt6 313-windows-pyside6
shortcut

PyMoDAQ, Modular Data Acquisition with Python, is a set of python modules used to interface any kind of experiments. It simplifies the interaction with detector and actuator hardware to go straight to the data acquisition of interest.

PyMoDAQ GUI is a set of utilities (constants, methods and classes) and graphical components based on the Qt framework that are used to create high level user interfaces.

It contains both simple components to create GUI but also high level ones, for instance to display data objects such as the one generated using the pymodaq_data package.

For instance, you'll find data viewers available out of the box:

https://pymodaq.cnrs.fr/en/latest/_images/data_femto_fs.png

Specific GUI component to view and manipulate 2D data.

Published under the MIT FREE SOFTWARE LICENSE

GitHub repo: https://github.com/PyMoDAQ

Documentation: http://pymodaq.cnrs.fr/