Loading repository dataβ¦
Loading repository dataβ¦
Xiaokang2022 / repository
A lightweight UI framework based on tkinter with all UI drawn in Canvas!π¨
To install this package, your Python version must be >=3.10. 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 matplotlibmaliang-media: support for media filesmaliang-three: support for simple 3D drawingsmaliang-table: support for table widgetYou 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.
[!WARNING]
These packages mentioned above are not included in the source code of this project, if you use them and want to redistribute them, please follow their open source license!
The