lamby / guidata

Python library generating graphical user interfaces for easy dataset editing and display

Home Page:https://pypi.python.org/pypi/guidata

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

guidata: Automatic GUI generation for easy dataset editing and display with Python

license pypi version PyPI status PyPI pyversions download count

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.

Copyrights and licensing:

Overview

Based on the Qt library, guidata is a Python library generating graphical user interfaces for easy dataset editing and display. It also provides helpers and application development tools for Qt (PyQt5, PySide2, PyQt6, PySide6).

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

Dependencies

Requirements

  • Python 3.7+
  • PyQt5 (Python Qt bindings)
  • QtPy (abstraction layer for Python-Qt binding libraries)
  • h5py (interface to the HDF5 data format)
  • NumPy (operations on multidimensional arrays)

Installation

From the source package

python setup.py install

About

Python library generating graphical user interfaces for easy dataset editing and display

https://pypi.python.org/pypi/guidata

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 98.9%Language:Batchfile 1.1%