Metadata-Version: 2.1
Name: tttk
Version: 1.0.4
Summary: tkinter的增强库
Home-page: https://github.com/TotoWang-hhh/tttk/
Download-URL: https://github.com/TotoWang-hhh/tttk/archive/master.zip
Author: 真_人工智障（rgzz666）
Author-email: tt1224@hotmail.com
License: MPL 2.0
Keywords: tttk,tkinter增强,tk增强
Description-Content-Type: text/markdown
License-File: LICENCE.MPL
License-File: LICENSE.996ICU

# tttk

一个tkinter的增强库。

**2022~2023 By 真_人工智障（aka. rgzz666 / totowang-hhh）**

You can install tttk with `pip install tttk`

[![优先遵循Anti 996开源许可](https://img.shields.io/badge/License-Anti%20996-blue.svg)](https://github.com/996icu/996.ICU/blob/master/LICENSE)
[![同时遵循MPL-2.0开源许可](https://img.shields.io/badge/License-MPL%202.0-orange)](https://www.mozilla.org/en-US/MPL/2.0/)

[![996.icu](https://img.shields.io/badge/link-996.icu-red.svg)](https://996.icu) 本项目在对抗996工作制的行列中。

tttk是一个tkinter的增强库，旨在扩展tkinter可使用的控件。**注意：tttk并不能起到美化作用。**

不同于Tin UI、ttkbootstrap等其他tkinter扩展库，本项目全部控件都基于tkinter.Frame等原生控件进行继承和修改（类似于tkwebview2），而不是在tkinter.Canvas上进行绘制，亦或直接修改控件样式。

这些控件并非为此所制作，而是整理于我过去开发的程序，这些程序中的一部分中会有这种可移植的有趣玩意。

## Need English?

Create an issue to tell me about this. Then I will continue translating the document.

## 效果展示

本库的demo提供了完整的效果展示，详见文档内的Demo部分，下面的截图则是此demo，较为全面地展示了效果。

![Demo截图/效果展示](https://raw.githubusercontent.com/TotoWang-hhh/tttk/main/docs/img/demo.png)

## 不清楚文档是否为最新？

不出意外的话，本文的最新版本将始终在[GitHub存储库](https://github.com/totowang-hhh/tttk/)和[基于GitHub Pages和Docsify的在线文档站](https://totowang-hhh.github.io/tttk)可用。
