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

https://github.com/holence/dtpyside

A PySide framework for constructing customizable GUI software.
https://github.com/holence/dtpyside

framework pyside pyside2 python qt

Last synced: 2 months ago
JSON representation

A PySide framework for constructing customizable GUI software.

Awesome Lists containing this project

README

          

# DTPySide

## Installation

Install from PyPI:

`pip install DTPySide`

to get the latest experiences:

`pip install --pre DTPySide`

or build on your own:

`py -m build`

## Try Demo

```python
from DTPySide.demo import main

main.run()
```

# Examples

Some projects made with DTPySide:

- [DongliTeahouseStudio2](https://github.com/Holence/DongliTeahouseStudio2)
- [LifeTimeline](https://github.com/Holence/LifeTimeline)
- [BucketList](https://github.com/Holence/BucketList)
- [WireSock GUI](https://github.com/Holence/WireSock-for-Nord)