提交 43baec03 编写于 作者: 小康2022's avatar 小康2022 👍

update README.md

上级 f36e7a3f
**tkintertools**
================
> 许可证: [LICENSE](./LICENSE)
Update/最近更新
--------------
> Version: 2.5.11.3
> Date: 2023/03/17
### Features/新增
- [X] Add a `image` parameter to all widgets to add a background image
所有控件新增参数`image`来添加背景图片
### Refactored/优化
- [X] Move the binding code of the associated keyboard from class `Tk` to class `Canvas`
将关联键盘的绑定代码全部由类`Tk`移到类`Canvas`
### Removed/删除
- [X] Deleted function `font`
删除了函数`font`
> 更多信息见更新日志: [CHANGELOG](./CHANGELOG.md)
Description/模块描述
-------------------
The `tkintertools` module is an auxiliary module of the `tkinter` module
`tkintertools`模块是`tkinter`模块的辅助模块
### Provides/提供功能
* Transparent, rounded and customized widgets
<div align="center">
<h1>🚀<b>tkintertools</b>🚀</h1>
<img height="120px" alt="logo" src="https://gitcode.net/weixin_62651706/tkintertools/-/raw/master/tkintertools.png"/>
<p>The <code>tkintertools</code> module is an auxiliary module of the <code>tkinter</code> module</p>
<p><code>tkintertools</code> 模块是 <code>tkinter</code> 模块的辅助模块</p>
<img src="https://img.shields.io/badge/Version-2.5.11.3-blue" alt="latest version" />
<a href="./LICENSE">
<img src="https://img.shields.io/badge/License-Mulan PSL v2-green" alt="License" />
</a>
<a href="./CHANGELOG.md">
<img src="https://img.shields.io/badge/ChangeLog-2.5.11-orange" alt="CHANGELOG" />
</a>
<img src="https://img.shields.io/badge/Python-3.10.0-yellow" alt="environment" />
<br>
<img src="https://img.shields.io/badge/Mail-2951256653@qq.com-purple" alt="Contact" />
<a href="https://xiaokang2022.blog.csdn.net">
<img src="https://img.shields.io/badge/Blog-https://xiaokang2022.blog.csdn.net-red" alt="Blog" />
</a>
</div>
---
## 🚀Provides/模块功能
1. Transparent, rounded and customized widgets
透明、圆角化和可自定义的控件
* Automatic widget of picture size and widget size
2. Automatic widget of picture size and widget size
自动控制图片大小和控件大小
* Scalable png pictures and playable gif pictures
3. Scalable png pictures and playable gif pictures
可缩放的png图片和可播放的gif图片
* Regular mobile widgets and canvas interfaces
4. Regular mobile widgets and canvas interfaces
按一定规律移动控件和画布界面
* Gradient colors and contrast colors
5. Gradient colors and contrast colors
渐变色和对比色
* Text with controllable length and alignment
6. Text with controllable length and alignment
长度和对齐方式可控的文本
* Convenient, inheritable singleton pattern class
7. Convenient, inheritable singleton pattern class
便捷的、可供继承的单例模式类
* Display clear window and its contents
8. Display clear window and its contents
显示清晰的窗口及其内容
### Contents/模块内容
* Container Widget/容器控件:
`Tk`, `Toplevel`, `Canvas`
* Virtual Canvas Widget/虚拟画布控件:
`Label`, `Button`, `Entry`, `Text`, `Progressbar`
* Tool Class/工具类:
`PhotoImage`, `Singleton`
* Tool Function/工具函数:
`move`, `text`, `color`, `SetProcessDpiAwareness`
### More/更多
## 🚀Contents/模块内容
* Container Widget/容器控件:
1. `Tk` : 窗口类,继承于 `tkinter.Tk`
2. `Toplevel` : 顶级窗口类,继承于 `tkinter.Toplevel`
3. `Canvas` : 画布类,继承于 `tkinter.Canvas`
* Virtual Canvas Widget/虚拟画布控件:
1. `Label` : 标签控件
2. `Button` : 按钮控件
3. `Entry` : 输入框控件
4. `Text` : 文本框控件
5. `Progressbar` : 进度条控件
* Tool Class/工具类:
1. `PhotoImage` : 图片类,继承于 `tkinter.PhotoImage`
2. `Singleton` : 单例模式类,用于继承
* Tool Function/工具函数:
1. `move` : 移动函数
2. `text` : 文本函数
3. `color` : 颜色函数
4. `SetProcessDpiAwareness` : DPI 级别设置函数
## 🚀More/更多
* GitCode:
https://gitcode.net/weixin_62651706/tkintertools
......@@ -78,7 +77,3 @@ https://github.com/XiaoKang2022-CSDN/tkintertools
https://blog.csdn.net/weixin_62651706/category_11600888.html
* Tutorials/教程:
https://xiaokang2022.blog.csdn.net/article/details/127374661
* Author/作者:
https://xiaokang2022.blog.csdn.net
* Contact/联系我:
<2951256653@qq.com>
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册