Skip to content

Xiaokang2022/tkintertools

Repository files navigation

Important

Due to the growing nature of the project, the original name tkintertools is no longer in line with its original intended, so the project is going to be renamed to "tkinter advanced canvas UI framework" (tacUI) in version 3.0.0.rc1. If you have any other ideas or suggestions, you can put them in the discussion forum.
由于本项目的不断壮大,原名称 tkintertools 已不符合其本意,故本项目准备在进入 3.0.0.rc1 版本时更名为 “tkinter advanced canvas UI framework”(tacUI)。如有其它想法或建议,可在讨论区中提出。

tkintertools

logo

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

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

Insights

Star History Chart

📦 Installation / 安装

✅ Stable Version / 稳定版本

  • 🔖 Version / 最新版本 : 2.6.21
  • 🕓 Release / 发布日期 : 2024-01-01
  • ✨ Feature / 更新内容 : News-2.6.21
pip install tkintertools
👁️ Preview / 预览

Preview UI

Preview 3D

🔥 Development Version / 开发版本

  • 🔖 Version / 最新版本 : 3.0.0.beta2
  • 🕓 Release / 发布日期 : 2024-06-03
  • ✨ Feature / 更新内容 : News-3.0.0b2
pip install tkintertools==3.0.0b2
👁️ Preview / 预览
  • Demo1 Light Theme

Light / Demo1

  • Demo1 Dark Theme

Dark / Demo1

  • Demo2 Light Theme

Light / Demo2

  • Demo2 Dark Theme

Light / Demo2

Warning

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.* 可能会十分困难。

📦 Dependency / 依赖包

1️⃣ darkdetect

  • 🔖 Version / 版本 : 0.8.0
  • 📑 License / 许可 : BSD 3-Clause
  • 🔗 GitHub / 仓库 : darkdetect

⚡ Known Bugs / 已知问题

  • When too much text is entered into the widget Entry, it will cause the program to crash once the characters are deleted or the position of the cursor is moved
    当小部件 Entry 输入的文本过多时,一旦删除字符或移动光标的位置,将导致程序崩溃

Caution

Due to the above fatal bugs, it is not recommended to use the beta version in a production environment!
由于存在上述致命问题,不建议在生产环境中使用 beta 版本!

👀 More / 更多