tkintertools
tkintertools copied to clipboard
The tkintertools is a UI framework based on the Canvas class of tkinter. In other words, all the UI is drawn in Canvas!
[!IMPORTANT]
According to the results of the community vote, this project will be RENAMED when it is released!
tkintertools

English · 简体中文 · 繁體中文
https://xiaokang2022.github.io/tkintertools/
A lightweight UI framework based on tkinter with all UI drawn in Canvas
📦 Installation
Install it with the following command:
pip install tkintertools==3.0.0rc6
🛠️ Dependencies
Here are the only dependencies that the project must need:
typing-extensions: provide additional type hints
🎨 Optional
The following packages are optional and will make the project work without installation, but installing them can give you more functionality:
darkdetect: provide operating system theme detectionpillow: provide more types of images and optimize image scaling speedpywinstyles: provide some window effects for Windows systemshPyT: provide more configuration options for Windows system windowswin32material: provide more configuration options for Windows system windows
Recommended, these packages should be installed. You can install all the optional packages with the following command:
pip install tkintertools[opt]==3.0.0rc6
🧩 Extensions
In addition to the basic functionality, we also offer a number of extension packs to implement specific functionality. The following official extensions are available:
tkintertools-mpl: support formatplotlibtkintertools-media: support for media filestkintertools-3d: support for simple 3D drawings
You can install all the official extensions with the following command:
pip install tkintertools[ext]==3.0.0rc6
👀 More
🖼️ Gallery
The demos below are some of the things that can be achieved with the project, they may be built with the latest version of the project, or they may be built with an older version, but either way, the code for the demo below can be found in the demo repository!
[!TIP]
Please click "Expand" to view the gallery
Expand























🔗 Links
Here are some links that may be helpful to you:
- 📑 License: MIT License
- 📘 Changelog: CHANGELOG.md
- 📕 Security Policy: SECURITY.md
- 📗 Contribution Guideline: CONTRIBUTING.md
- 📙 Code of Conduct: CODE_OF_CONDUCT.md
- 📚 Tutorials and Documents: Tutorials & Documents
- ❤️ Sponsor this Project: Sponsor
- 🚀 Repository Mirrors: GitCode, Gitee