Metadata-Version: 2.1
Name: starsturtle
Version: 1.0.0
Summary: A turtle graphics library based on PyQt5 with various drawing functions
Home-page: UNKNOWN
Author: LittleLambPython
Author-email: qwerasdzx20150308@outlook.com
License: UNKNOWN
Keywords: turtle graphics,drawing,education,pyqt
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Education
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: PyQt5>=5.15.0

# StarsTurtle

StarsTurtle 是一个基于 PyQt5 的海龟图形库，提供了丰富的绘图功能，支持多种形状、填充模式、画笔样式等功能。

## 安装

```bash
pip install starsturtle

