Metadata-Version: 2.1
Name: tkwidgets
Version: 0.1.1
Summary: A collection of custom Tkinter widgets
Home-page: https://github.com/benti59/tkwidgets
Author: Benti
Author-email: t3137904401@outlook.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: Microsoft :: Windows
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: windnd

# Tkinter扩展库：tkwidgets

这是一个基于Tkinter的扩展库，提供了一些自定义控件，以增强Tkinter的功能。

该项目为学习一年python后的练手之作，未来也许会持续完善，如今看来必然会过于简单

Benti（本人）与 AI 一同开发，本人负责了代码的编写、测试、构思，AI仅负责对其中一些中文文本的翻译（变量）以及疑难问题的解答

该库尚在开发阶段，本身是一个检验自身的练手之作，如果有什么不满意的还请不要辱骂，咱尽量改，有什么改进方案或新控件提案可以发邮件到366454981@qq.com里

## 功能介绍

### HyperlinkLabel
这是一个继承自 `Label` 的自定义控件，用于实现超链接功能。支持点击跳转到指定URL或执行指定函数，并具有鼠标悬停效果。

### DragDropFrame
这是一个支持拖拽文件的 `Frame` 控件。用户可以将文件拖拽到控件上，并触发回调函数。

### DragDropLabelFrame
这是一个支持拖拽文件的 `LabelFrame` 控件，与DragDropFrame类似。用户可以将文件拖拽到控件上，并触发回调函数。

# 注意：
本扩展的拖拽功能为windnd库实现，感谢windnd开发者，如果有任何版权问题请联系t3137904401@outlook.com

The drag-and-drop functionality in this extension is implemented using the windnd library. Special thanks to the developers of windnd. If there are any copyright issues, please contact t3137904401@outlook.com.
