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 Discussions.
由于本项目的不断壮大,原名称 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.beta3
  • 🕓 Release / 发布日期 : 2024-06-17
  • ✨ Feature / 更新内容 : News-3.0.0b3
pip install tkintertools[suggest]==3.0.0b3
👁️ Preview / 预览

📦 Dependency / 依赖包

Note

All dependencies are listed in requirements.txt, but optional packages don't have to be installed
所有的依赖包均会在 requirements.txt 中列出,但可选包并不一定要安装

📌 Required Packages / 必需包

Not yet
暂无

🎨 Optional Packages / 可选包

Considering that too many packages will result in a large size of the project file when packing, the optional packages selected below are recommended to be installed
考虑到调用的包过多将导致打包时项目文件的大小过大,因此下面被选中的可选包是推荐安装的

The following command installs the recommended optional dependencies:
以下命令可以安装推荐的可选依赖包:

pip install tkintertools[suggest]==3.0.0b3

The following command installs all optional dependencies:
以下命令可以安装全部可选依赖包:

pip install tkintertools[full]==3.0.0b3

👀 More / 更多