dvg-qdeviceio

Hassle-free PyQt/PySide interface for multithreaded data acquisition and communication with an I/O device.


Keywords
PyQt5, PyQt6, PySide2, PySide6, multithread, device, I/O, automation, laboratory, science
License
MIT
Install
pip install dvg-qdeviceio==1.6.0

Documentation

https://img.shields.io/pypi/v/dvg-qdeviceio https://img.shields.io/pypi/pyversions/dvg-qdeviceio https://readthedocs.org/projects/python-dvg-qdeviceio/badge/?version=latest

DvG_QDeviceIO

Hassle-free PyQt/PySide interface for multithreaded data acquisition and communication with an I/O device.

It will manage many necessary components for proper multithreading -- creation and handling of the threads, workers, signals and mutexes -- for you, reducing it to just a few simple method calls of a QDeviceIO class instance to get set up and going.

Supports PyQt5, PyQt6, PySide2 and PySide6.

Installation:

pip install dvg-qdeviceio