leixingyu / guiUtil

Python utility library for Qt UI creation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gui Utility

A Python utility library for Qt UI creation purpose

Prerequisites

  • Qt: a module that supports different python qt bindings (Only needed if you need UI support functionalities)

    pip install Qt.py
    
  • PyQtChart: an add-on module for Qt python that supports drawing Charts

    pip install PyQtChart
    
  • PipelineUtil: a Python utility library for general pipeline purpose

    git clone https://github.com/leixingyu/pipelineUtil.git
    

About

Python utility library for Qt UI creation


Languages

Language:Python 100.0%