An open API service indexing awesome lists of open source software.

https://github.com/open-cogsci/qdatamatrix

A PyQt4/ PyQt5 widget for visualizing DataMatrix objects
https://github.com/open-cogsci/qdatamatrix

Last synced: 2 months ago
JSON representation

A PyQt4/ PyQt5 widget for visualizing DataMatrix objects

Awesome Lists containing this project

README

          

# QDataMatrix

*A PyQt4/PyQt5 widget for viewing and editing a `DataMatrix` object.*

Sebastiaan Mathôt

Copyright 2016-2023

https://pydatamatrix.eu/

## About

The `qdatamatrix` package provides a graphical widget to view and edit a `datamatrix` object.

## Dependencies

- Python 2.7 or >= 3.4
- [datamatrix](https://github.com/open-cogsci/datamatrix/)
- [qtpy](https://pypi.python.org/pypi/QtPy/)

## Usage

See `example.py`, included with the source code.

## License

`qdatamatrix` is licensed under the [GNU General Public License
v3](http://www.gnu.org/licenses/gpl-3.0.en.html).