Metadata-Version: 2.1
Name: DTPySide
Version: 0.1.2
Summary: A PySide framework for constructing customizable GUI software.
Home-page: https://github.com/Holence/DongliTeahousePySide
Author: Holence
Author-email: Holence08@gmail.com
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/Holence/DongliTeahousePySide/issues
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE

# DongliTeahousePySideWheel

## Installation

Install from PyPI:

`pip install 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)
# Changelog

## 0.1.2

- Function added

## 0.1.1

- Ui improved
- README updated

## 0.1.0a2

- Ui improved

## 0.1.0a1

- Ui improved
- DTApp now contains color_list

## 0.0.11

- Bugs fixed

## 0.0.10

- Bugs fixed

## 0.0.9

- Opps...

## 0.0.8

- Fullscreen improvement

## 0.0.7

- Add DataDir option

## 0.0.6

- DTHorizontalTabel now supports sorting

## 0.0.5

- TrayIcon showMessage and messageClicked's slot are now built in DTApp
- Now the opening of the backup folder is triggered by clicking the TrayIcon's message
- Add Win32_Shellmove function

## 0.0.4

- Added requirements

## 0.0.3

- Added some source files

## 0.0.2

- Structure Fixed

## 0.0.1

- Initial Upload


