Metadata-Version: 2.1
Name: tkintertools
Version: 2.6.11
Summary: The tkintertools is an auxiliary development module of the Python3 built-in module tkinter.
Home-page: https://github.com/Xiaokang2022/tkintertools
Author: Xiaokang2022
Author-email: 2951256653@qq.com
Maintainer: Xiaokang2022
Maintainer-email: 2951256653@qq.com
License: MulanPSL-2.0
Keywords: tkinter,tkintertools,GUI
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Mulan Permissive Software License v2 (MulanPSL-2.0)
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE.txt

<div align="center">

# tkintertools

![logo](logo.png)

`tkintertools` 是 `tkinter` 的一个辅助开发模块  
`tkintertools` is an auxiliary development module of `tkinter`

[![version](https://img.shields.io/pypi/v/tkintertools?label=Version)](.)
[![license](https://img.shields.io/pypi/l/tkintertools?label=License)](LICENSE.txt)
[![Size](https://img.shields.io/github/languages/code-size/Xiaokang2022/tkintertools?label=Size)](https://github.com/Xiaokang2022/tkintertools)
[![Downloads](https://img.shields.io/pypi/dm/tkintertools?label=Downloads&logo=pypi)](https://pypistats.org/packages/tkintertools)  
[![Watching](https://img.shields.io/github/watchers/Xiaokang2022/tkintertools?label=Watching&logo=github)](https://github.com/Xiaokang2022/tkintertools/watchers)
[![Forks](https://img.shields.io/github/forks/Xiaokang2022/tkintertools?label=Forks&logo=github)](https://github.com/Xiaokang2022/tkintertools/forks)
[![Stars](https://img.shields.io/github/stars/Xiaokang2022/tkintertools?label=Stars&color=gold&logo=github)](https://github.com/Xiaokang2022/tkintertools/stargazers)
[![Contributors](https://img.shields.io/github/contributors/Xiaokang2022/tkintertools?label=Contributors&logo=github)](https://github.com/Xiaokang2022/tkintertools/graphs/contributors)
[![Issues](https://img.shields.io/github/issues/Xiaokang2022/tkintertools?label=Issues&logo=github)](https://github.com/Xiaokang2022/tkintertools/issues)
[![PRs](https://img.shields.io/github/issues-pr/Xiaokang2022/tkintertools?label=PRs&logo=github)](https://github.com/Xiaokang2022/tkintertools/pulls)

[![Insights](https://repobeats.axiom.co/api/embed/ab8fae686a5a96f91fa71c40c53c189310924f5e.svg)](https://github.com/Xiaokang2022/tkintertools/pulse)

</div>

Install / 模块安装
-----------------

### Stable Release / 稳定版本

* Version / 最新版本 : `2.6.11`
* Release / 发布日期 : 2023/10/17
* Feature / 更新内容 : [News-2.6.11](docs/news/2.6.11/News.md)

```
pip install tkintertools==2.6.11
```

### Pre Release / 预发布版本

* Version / 最新版本 : `3.0.0.dev5`
* Release / 发布日期 : 
* Feature / 更新内容 : [News-3.0.0(pre)](docs/news/3.0.0/News.md)

```

```

> **Note**  
> It is not recommended that you use the pre-release version directly for formal development, but it is recommended that you use the pre-release version to experience the new features and to report certain issues that you find.  
> 不推荐你直接使用预发布版本进行正式开发，但推荐使用预发布版本来体验新功能，并上报发现的某些问题。

More / 更多
-----------

* Tutorials&Documents / 教程和文档 : [T&D](docs/Home.md)
* ChangeLog / 日志 : [CHANGELOG.md](CHANGELOG.md)
* Mirrors / 镜像源 : [GitHub](https://github.com/Xiaokang2022/tkintertools) | [Gitee](https://gitee.com/xiaokang-2022/tkintertools) | [GitCode](https://gitcode.net/weixin_62651706/tkintertools)
