Metadata-Version: 2.1
Name: DTPySide
Version: 0.1.9a2
Summary: A PySide framework for constructing customizable GUI software.
Home-page: https://github.com/Holence/DTPySide
Author: Holence
Author-email: Holence08@gmail.com
Project-URL: Bug Tracker, https://github.com/Holence/DTPySide/issues
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

# 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)
# Changelog

## 0.1.9a2

- Now supporting Linux

## 0.1.9a1

- You can now set iteration for PBKDF2HMAC key generation in Setting

## 0.1.9a

- added a dock widget

## 0.1.8

- password authentication is now using AES

## 0.1.7a2

- Added AES Encryption\Decryption
- You can now use Symmetric_Encrypt\Symmetric_Decrypt with assigned mode

## 0.1.7a1

- Cyan Theme Imporved
- Register\Login Title for DTLoginSession
- Dependency Libraries Simplified (requests, urllib, lxml removed)
- MoveToCenterOfScreen Fixed
- StyleSheet for QToolTip added font property
- added SecureMode for convenience
- fixed DTLoginSession's pos on app start
- TrayIcon activating method changed to SingleCLick
- fixed DTLoginSession's focus problem during windowResurrection

## 0.1.5

- Compression method improved

## 0.1.5a1

- UI improved

## 0.1.4

- Added Base64 Encoding\Decoding method
- using bz2 compression in Fernet Load\Save

## 0.1.4a2

- bug fixed

## 0.1.4a1

- bugs fixed

## 0.1.3

- Added QuitOnClickX option (if set to False, then the app will not quit when mainsession's titlebar's x button is clicked)

## 0.1.3a1

- Bug Fixed

## 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
