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.
- Host: GitHub
- URL: https://github.com/holence/dtpyside
- Owner: Holence
- License: gpl-3.0
- Created: 2021-06-06T17:41:28.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2023-03-03T12:48:46.000Z (about 3 years ago)
- Last Synced: 2025-03-15T12:47:07.510Z (about 1 year ago)
- Topics: framework, pyside, pyside2, python, qt
- Language: Python
- Homepage: https://pypi.org/project/DTPySide/
- Size: 1.47 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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)