# tkintertools **Repository Path**: jay2019/tkintertools ## Basic Information - **Project Name**: tkintertools - **Description**: The tkintertools is a UI framework based on the Canvas class of tkinter. - **Primary Language**: Python - **License**: MIT - **Default Branch**: master - **Homepage**: https://xiaokang2022.github.io/tkintertools/ - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 9 - **Created**: 2024-05-20 - **Last Updated**: 2024-05-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README

tkintertools

logo

tkintertools 是一个基于 tkinterCanvas 类的 UI 框架
tkintertools is a UI framework based on the Canvas class of tkinter

Version License Downloads Total Downloads Size
Watchers Forks Stars Issues Pull Requests Discussions

Insights

Star History Chart

Install - 模块安装 ----------------- ### Stable Version - 稳定版本 * 🔖 Version - 最新版本 : `2.6.21` * 🕓 Release - 发布日期 : 2024-01-01 * ✨ Feature - 更新内容 : [News-2.6.21](https://xiaokang2022.github.io/tkintertools/news/2.6.21/News/) ```sh pip install tkintertools ```
Preview - 预览 [![Preview UI](https://xiaokang2022.github.io/tkintertools/tutorials/images/1.2-2.1-2.png)](https://xiaokang2022.github.io/tkintertools/tutorials/1-2/#21-%E9%AB%98%E5%BA%A6%E5%8F%AF%E9%85%8D%E7%BD%AE%E7%9A%84%E6%8E%A7%E4%BB%B6) [![Preview 3D](https://xiaokang2022.github.io/tkintertools/tutorials/images/7.3-3.1-2.png)](https://xiaokang2022.github.io/tkintertools/tutorials/7-3/#%E4%B8%89%E9%80%9A%E8%BF%87-after-%E6%96%B9%E6%B3%95%E5%AE%9E%E7%8E%B0%E7%AE%80%E5%8D%95%E5%8A%A8%E7%94%BB)
### Development Version - 开发版本 * 🔖 Version - 最新版本 : `3.0.0.beta1` * 🕓 Release - 发布日期 : 2024-05-17 * ✨ Feature - 更新内容 : [News-3.0.0](https://xiaokang2022.github.io/tkintertools/news/3.0.0/News/) ```sh pip install tkintertools==3.0.0b1 ```
Preview - 预览 * **Windows11 Light Theme** ![Light - Win11](https://xiaokang2022.github.io/tkintertools/news/3.0.0/light-win11.png) * **Windows10 Dark Theme** ![Dark - Win10](https://xiaokang2022.github.io/tkintertools/news/3.0.0/dark-win10.png) * **WSL Light Theme** ![Light - WSL](https://xiaokang2022.github.io/tkintertools/news/3.0.0/light-wsl.png) * **macOS Dark Theme** ![Dark - MacOS](https://xiaokang2022.github.io/tkintertools/news/3.0.0/dark-mac.png)
> [!IMPORTANT] > `tkt 2.*` has been discontinued, for new features, please use `tkt 3.*`. Also note that `tkt 3.*` is almost completely incompatible with `tkt 2.*`, and porting a project from `tkt 2.*` to `tkt 3.*` can be difficult. > `tkt 2.*` 已放弃支持,如需获取新的功能,请使用 `tkt 3.*`。同时请注意,`tkt 3.*` 与 `tkt 2.*` 几乎完全不兼容,将项目从 `tkt 2.*` 移植到 `tkt 3.*` 可能会十分困难。 More - 更多 ----------- * 📋 Todo - 待办事项: [TODO.md](TODO.md) * 📑 License - 项目许可: [LICENSE.txt](LICENSE.txt) * 📘 Changelog - 更新日志: [CHANGELOG.md](CHANGELOG.md) * 📕 Security Policy - 安全策略: [SECURITY.md](SECURITY.md) * 📗 Contribution Guide - 贡献指南: [CONTRIBUTING.md](CONTRIBUTING.md) * 📙 Code of Conduct - 行为准则: [CODE_OF_CONDUCT.md](CODE_OF_CONDUCT.md) * 📚 Tutorials and Documents - 教程和文档: [Tutorials & Documents](https://xiaokang2022.github.io/tkintertools/) * 🚀 Repository Mirrors - 存储库镜像源: [GitHub](https://github.com/Xiaokang2022/tkintertools) | [Gitee](https://gitee.com/xiaokang-2022/tkintertools) | [GitCode](https://gitcode.com/Xiaokang2022/tkintertools/overview)