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
- Host: GitHub
- URL: https://github.com/open-cogsci/qdatamatrix
- Owner: open-cogsci
- License: gpl-3.0
- Created: 2016-02-06T13:22:43.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2025-11-17T11:03:30.000Z (7 months ago)
- Last Synced: 2026-03-20T12:21:26.670Z (3 months ago)
- Language: Python
- Size: 57.6 KB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- License: COPYING
- Copyright: copyright
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).