Skip to content

Xiaokang2022/tkintertools

Repository files navigation

Important

According to the results of the community vote, this project will be RENAMED when it is released!

tkintertools

Logo

English · 简体中文 · 繁體中文

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 tkintertools[recommended]==3.0.0rc5

🛠️ 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

You can install all the optional packages with the following command:

pip install tkintertools[all]==3.0.0rc5

🧩 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 tkintertools[extension]==3.0.0rc5

👀 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

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

🔗 Links

Here are some links that may be helpful to you: