Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/leixingyu/guiutil
- Owner: leixingyu
- Created: 2022-03-27T01:48:33.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-08-27T22:27:31.000Z (over 1 year ago)
- Last Synced: 2023-08-27T23:41:09.445Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 37.1 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```