Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/xiangqinxi/tki

Tkinter组合包
https://github.com/xiangqinxi/tki

Last synced: 29 days ago
JSON representation

Tkinter组合包

Awesome Lists containing this project

README

        

# Tki ( Toolkit-InterFace )
___
### 将`Tkinter`组件封装升级,更新更多组件,缩短开发周期。

# 快速入手
___
```python
from Tki.KiWidgets import * # 导入

Window = KiWindow() # 设置窗口
Window.Run() # 运行窗口
```