Metadata-Version: 2.1
Name: tkintertools
Version: 2.6.20
Summary: The tkintertools module is an auxiliary module of the tkinter module.
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,tools
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

<h1 align="center">tkintertools</h1>

<p align="center"><img alt="logo" src="logo.png"/></p>

<p align="center">
<code>tkintertools</code> 是 <code>tkinter</code> 的一个辅助开发模块
<br/>
<code>tkintertools</code> is an auxiliary development module of <code>tkinter</code>
</p>

<p align="center">
<a href="."><img alt="Version" src="https://img.shields.io/pypi/v/tkintertools?label=Version" /></a>
<a href="./more/LICENSE"><img alt="License" src="https://img.shields.io/pypi/l/tkintertools?label=License" /></a>
<a href="https://pypistats.org/packages/tkintertools"><img alt="Downloads" src="https://img.shields.io/pypi/dm/tkintertools?label=Downloads&logo=pypi" /></a>
<a href="https://pepy.tech/project/tkintertools"><img alt="Total Downloads" src="https://static.pepy.tech/badge/tkintertools" /></a>
<br/>
<a href="https://github.com/Xiaokang2022/tkintertools/watchers"><img alt="Watchs" src="https://img.shields.io/github/watchers/Xiaokang2022/tkintertools?label=Watchs&logo=github" /></a>
<a href="https://github.com/Xiaokang2022/tkintertools/forks"><img alt="Forks" src="https://img.shields.io/github/forks/Xiaokang2022/tkintertools?label=Forks&logo=github" /></a>
<a href="https://github.com/Xiaokang2022/tkintertools/stargazers"><img alt="Stars" src="https://img.shields.io/github/stars/Xiaokang2022/tkintertools?label=Stars&color=gold&logo=github" /></a>
<a href="https://github.com/Xiaokang2022/tkintertools/graphs/contributors"><img alt="Contributors" src="https://img.shields.io/github/contributors/Xiaokang2022/tkintertools?label=Contributors&logo=github" /></a>
<a href="https://github.com/Xiaokang2022/tkintertools/issues"><img alt="Issues" src="https://img.shields.io/github/issues/Xiaokang2022/tkintertools?label=Issues&logo=github" /></a>
<a href="https://github.com/Xiaokang2022/tkintertools/pulls"><img alt="PRs" src="https://img.shields.io/github/issues-pr/Xiaokang2022/tkintertools?label=PRs&logo=github" /></a>
<a href="https://github.com/Xiaokang2022/tkintertools"><img alt="Size" src="https://img.shields.io/github/languages/code-size/Xiaokang2022/tkintertools?label=Size&logo=github" /></a>
</p>

<p align="center"><img alt="Insights" src="https://repobeats.axiom.co/api/embed/ab8fae686a5a96f91fa71c40c53c189310924f5e.svg" /></p>

<p align="center">
    <a href="https://star-history.com/#Xiaokang2022/tkintertools&Date">
        <picture>
            <source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/svg?repos=Xiaokang2022/tkintertools&type=Date&theme=dark" />
            <source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/svg?repos=Xiaokang2022/tkintertools&type=Date" />
            <img alt="Star History Chart" src="https://api.star-history.com/svg?repos=Xiaokang2022/tkintertools&type=Date" />
        </picture>
    </a>
</p>

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

### Stable Release - 稳定版本

* Version - 最新版本 : `2.6.20`
* Release - 发布日期 : 2023/12/26
* Feature - 更新内容 : [News-2.6.20](https://xiaokang2022.github.io/tkintertools/news/2.6.20/News/)

```
pip install tkintertools==2.6.20
```

### Pre Release - 预发布版本

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

```

```

> ℹ️**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](https://xiaokang2022.github.io/tkintertools/)
* License - 项目证书 : [LICENSE.txt](LICENSE.txt)
* ChangeLog - 更新日志 : [CHANGELOG.md](CHANGELOG.md)
* Contribution Guide - 贡献指南 : [CONTRIBUTING.md](CONTRIBUTING.md)
* Mirrors - 镜像源 : [GitHub](https://github.com/Xiaokang2022/tkintertools) | [Gitee](https://gitee.com/xiaokang-2022/tkintertools)
