tkintertools

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tkintertools

A lightweight UI framework based on tkinter with all UI drawn in Canvas.

3.0.0
100

Supply Chain Security

100

Vulnerability

100

Quality

100

Maintenance

100

License

Maintainers
1

[!IMPORTANT]
This project was originally named tkintertools and has been renamed to maliang after a community vote! ๐ŸŽ‰

maliang

Logo

English ยท ็ฎ€ไฝ“ไธญๆ–‡ ยท ็น้ซ”ไธญๆ–‡

https://xiaokang2022.github.io/maliang/

A lightweight UI framework based on tkinter with all UI drawn in Canvas

Version Downloads Lint & Test Code Coverage
Watchers Forks Stars Issues Pull Requests Discussions

๐Ÿ“ฆ Installation

Install it with the following command:

pip install maliang

๐Ÿ› ๏ธ Dependencies

Here are the only dependencies that the project must need:

๐ŸŽจ 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 detection
  • pillow: provide more types of images and optimize image scaling speed
  • pywinstyles: provide some window effects for Windows systems
  • hPyT: provide more configuration options for Windows system windows
  • win32material: 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 maliang[opt]

๐Ÿงฉ 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:

You 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.

๐Ÿ‘€ More

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

preview_1

preview_2

preview_3

preview_4

preview_5

preview_6

preview_7

preview_8

preview_9

preview_10

preview_11

preview_12

preview_13

preview_14

preview_15

preview_16

preview_17

preview_18

preview_19

project_1

project_2

project_3

project_4

Here are some links that may be helpful to you:

๐Ÿ˜‰ Contributors

Many thanks to the contributions of:

Contributors

FAQs

Did you know?

Socket

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.

Install

Related posts