Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xiangqinxi/tki
Tkinter组合包
https://github.com/xiangqinxi/tki
Last synced: 29 days ago
JSON representation
Tkinter组合包
- Host: GitHub
- URL: https://github.com/xiangqinxi/tki
- Owner: XiangQinxi
- License: mit
- Created: 2022-04-03T03:01:27.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-04-17T01:29:14.000Z (almost 3 years ago)
- Last Synced: 2024-12-12T02:06:45.882Z (about 2 months ago)
- Language: Python
- Size: 46.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Tki ( Toolkit-InterFace )
___
### 将`Tkinter`组件封装升级,更新更多组件,缩短开发周期。# 快速入手
___
```python
from Tki.KiWidgets import * # 导入Window = KiWindow() # 设置窗口
Window.Run() # 运行窗口
```