Metadata-Version: 2.1
Name: tkShadow
Version: 1.0.3.1
Summary: 在您的 tkinter 项目上为控件或 Canvas 元素添加阴影
Home-page: https://github.com/codecrafter-tl/tkshadow
Author: CodeCrafter-TL
Author-email: CodeCrafter-TL <1825456084@qq.com>
Project-URL: GitHub, https://github.com/codecrafter-tl/tkshadow
Project-URL: PyPI, https://pypi.org/project/tkshadow
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE

<h1 align="center">tkShadow</h1>

<p align="center">
<code>tkShadow</code> 可以在您的 <code>tkinter</code> 项目上为控件或 <code>Canvas</code> 元素添加阴影。
<br/>
</p>

<p align="center">
<a href="https://github.com/CodeCrafter-TL/tkShadow/releases"><img alt="Version" src="https://img.shields.io/github/v/release/CodeCrafter-TL/tkShadow?include_prereleases&logo=github&label=Version" title="Latest Version" /></a>
<a href="https://github.com/CodeCrafter-TL/tkShadow"><img alt="Size" src="https://img.shields.io/github/languages/code-size/CodeCrafter-TL/tkShadow?label=Size&logo=github" title="Code Size"/></a>
<br/>
<a href="https://github.com/CodeCrafter-TL/tkShadow/watchers"><img alt="Watchers" src="https://img.shields.io/github/watchers/CodeCrafter-TL/tkShadow?label=Watchers&logo=github&style=flat" title="Watchers" /></a>
<a href="https://github.com/CodeCrafter-TL/tkShadow/forks"><img alt="Forks" src="https://img.shields.io/github/forks/CodeCrafter-TL/tkShadow?label=Forks&logo=github&style=flat" title="Forks" /></a>
<a href="https://github.com/CodeCrafter-TL/tkShadow/stargazers"><img alt="Stars" src="https://img.shields.io/github/stars/CodeCrafter-TL/tkShadow?label=Stars&color=gold&logo=github&style=flat" title="Stars" /></a>
<a href="https://github.com/CodeCrafter-TL/tkShadow/issues"><img alt="Issues" src="https://img.shields.io/github/issues/CodeCrafter-TL/tkShadow?label=Issues&logo=github" title="Issues" /></a>
<a href="https://github.com/CodeCrafter-TL/tkShadow/pulls"><img alt="Pull Requests" src="https://img.shields.io/github/issues-pr/CodeCrafter-TL/tkShadow?label=Pull%20Requests&logo=github" title="Pull Requests" /></a>
<a href="https://github.com/CodeCrafter-TL/tkShadow/discussions"><img alt="Discussions" src="https://img.shields.io/github/discussions/CodeCrafter-TL/tkShadow?label=Discussions&logo=github" title="Discussions" /></a>
</p>

<p align="center">
<a href="https://github.com/CodeCrafter-TL/tkShadow/pulse"><img alt="Insights" src="https://repobeats.axiom.co/api/embed/58991389f220273e0fcc84d34f30e97ad026be9f.svg" /></a>
</p>

<p align="center">
    <a href="https://star-history.com/#CodeCrafter-TL/tkShadow&Date">
        <picture>
            <source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/svg?repos=CodeCrafter-TL/tkShadow&type=Date&theme=dark" />
            <source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/svg?repos=CodeCrafter-TL/tkShadow&type=Date" />
            <img alt="Star History Chart" src="https://api.star-history.com/svg?repos=CodeCrafter-TL/tkShadow&type=Date" />
        </picture>
    </a>
</p>


📦 安装
----------------------

### ✅ 稳定版本

* 🔖 最新版本 : `1.0.3`
* 🕓 发布日期 : 2024-07-16

```bash
pip install tkshadow==1.0.3
```

👀 更多
--------------

* 📚 教程和文档: [GitHub Pages](https://codecrafter-tl.github.io/tkShadow/)
* 🚀 存储库:
[GitHub](https://github.com/codecrafter-tl/tkshadow)
