Simple example of guidata
datasets embedded in an application window:
See documentation for more details on the library and changelog for recent history of changes.
Copyright © 2009-2015 CEA, Pierre Raybaut, licensed under the terms of the
CECILL License (see Licence_CeCILL_V2-en.txt
).
Based on the Qt Python binding module PyQt4, guidata
is a Python library
generating graphical user interfaces for easy dataset editing and display. It
also provides helpers and application development tools for PyQt4.
Generate GUIs to edit and display all kind of objects:
- integers, floats, strings ;
- ndarrays (NumPy's n-dimensional arrays) ;
- etc.
Application development tools:
- configuration management
- internationalization (
gettext
) - deployment tools
- HDF5 I/O helpers
- misc. utils
- Python 2.6+ or Python 3.2+
- PyQt4 4.3+ or PyQt5 5.5+
- spyderlib 2.1+ (test launcher and array/dictionnary editors)
gettext (text translation support)
guiqwt >= 3.0 is a set of tools for curve and image plotting based on guidata
.
python setup.py install