
Security News
Astral Launches pyx: A Python-Native Package Registry
Astral unveils pyx, a Python-native package registry in beta, designed to speed installs, enhance security, and integrate deeply with uv.
Supply Chain Security
Vulnerability
Quality
Maintenance
License
[!IMPORTANT]
This project was originally namedtkintertools
and has been renamed tomaliang
after a community vote! ๐
English ยท ็ฎไฝไธญๆ ยท ็น้ซไธญๆ
https://xiaokang2022.github.io/maliang/
A lightweight UI framework based on tkinter
with all UI drawn in Canvas
Install it with the following command:
pip install maliang
Here are the only dependencies that the project must need:
typing-extensions
: provide additional type hintsThe 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 windowsRecommended, these packages should be installed. You can install all the optional packages with the following command:
pip install maliang[opt]
In addition to the basic functionality, we also offer a number of extension packs to implement specific functionality. The following official extensions are available:
maliang-mpl
: support for matplotlib
maliang-media
: support for media filesmaliang-three
: support for simple 3D drawingsYou can install all the official extensions with the following command:
pip install maliang[ext]
In addition, you can find all the third-party extensions that we've collected here.
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:
Many thanks to the contributions of:
FAQs
A lightweight UI framework based on tkinter with all UI drawn in Canvas.
We found that tkintertools demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Astral unveils pyx, a Python-native package registry in beta, designed to speed installs, enhance security, and integrate deeply with uv.
Security News
The Latio podcast explores how static and runtime reachability help teams prioritize exploitable vulnerabilities and streamline AppSec workflows.
Security News
The latest Opengrep releases add Apex scanning, precision rule tuning, and performance gains for open source static code analysis.