Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/leixingyu/guiutil

Python utility library for Qt UI creation
https://github.com/leixingyu/guiutil

Last synced: 21 days ago
JSON representation

Python utility library for Qt UI creation

Awesome Lists containing this project

README

        


Gui Utility


A Python utility library for Qt UI creation purpose


### Prerequisites

- [Qt](https://github.com/mottosso/Qt.py): a module that supports different
python qt bindings (Only needed if you need UI support functionalities)
```
pip install Qt.py
```

- [PyQtChart](https://pypi.org/project/PyQtChart/): an add-on module for Qt
python that supports drawing Charts
```
pip install PyQtChart
```

- [PipelineUtil](https://github.com/leixingyu/pipelineUtil): a Python utility
library for general pipeline purpose
```
git clone https://github.com/leixingyu/pipelineUtil.git
```