Skip to content

PlotPyStack/guidata

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
doc
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

pypi version PyPI status PyPI pyversions download count

ℹ️ Created in 2009 by Pierre Raybaut and maintained by the PlotPyStack organization.

Overview

The guidata package is a Python library generating Qt graphical user interfaces. It is part of the PlotPyStack project, aiming at providing a unified framework for creating scientific GUIs with Python and Qt.

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:

Features

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.8+
  • PyQt5 (Python Qt bindings)
  • QtPy (abstraction layer for Python-Qt binding libraries)
  • h5py (interface to the HDF5 data format)
  • NumPy (operations on multidimensional arrays)
  • requests (HTTP library)
  • tomli (TOML parser)

Optional dependencies

For some editing widgets:

  • pillow (image processing library)
  • pandas (data analysis library)

For documentation generation:

Installation

From the source package

Using build:

python -m build