Important
According to the results of the community vote, this project will be RENAMED when it is released!
A lightweight UI framework based on tkinter
with all UI drawn in Canvas
Install it with the following command:
pip install tkintertools[recommended]==3.0.0rc5
Here are the only dependencies that the project must need:
typing_extensions
: provide additional type hints
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
You can install all the optional packages with the following command:
pip install tkintertools[all]==3.0.0rc5
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 formatplotlib
tkintertools-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[extension]==3.0.0rc5
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
Here are some links that may be helpful to you:
- 📑 License: MIT License
- 📘 Changelog: CHANGELOG.md
- 📕 Security Policy: SECURITY.md
- 📗 Contribution Guide: CONTRIBUTING.md
- 📙 Code of Conduct: CODE_OF_CONDUCT.md
- 📚 Tutorials and Documents: Tutorials & Documents
- 🌏 Official Website: Official Website
- ❤️ Sponsor this Project: Sponsor
- 🚀 Repository Mirrors: GitHub | GitCode | Gitee