A turtle graphics library based on PyQt5 with various drawing functions
Project description
StarsTurtle
StarsTurtle 是一个基于 PyQt5 的海龟图形库,提供了丰富的绘图功能,支持多种形状、填充模式、画笔样式等功能。
安装
请先安装PyQt5
pip install PyQt5
pip install starsturtle
代码示例:
from StarsTurtle import *
# 开始填充,指定填充颜色
begin_fill(GREEN)
draw_circle(100, BLUE, True)
done()
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
starsturtle-1.0.2.tar.gz
(7.5 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file starsturtle-1.0.2.tar.gz.
File metadata
- Download URL: starsturtle-1.0.2.tar.gz
- Upload date:
- Size: 7.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.8.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d9860cb30fb31f347178919cdab8d229b70a1c41e0f15036a4c7a8d4599abce8
|
|
| MD5 |
4baced2fa55f5fb8653832b2dfec1060
|
|
| BLAKE2b-256 |
7d3969d21579a28d5c5cb6315e9268c1e6f84d87dc983b90ccc1d901249f089f
|
File details
Details for the file starsturtle-1.0.2-py3-none-any.whl.
File metadata
- Download URL: starsturtle-1.0.2-py3-none-any.whl
- Upload date:
- Size: 7.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.8.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9ac45a9eab511d3e1e1d858b5455e811c875cb5455e93d285c7a724a9493a4c0
|
|
| MD5 |
e358338b2ef0a632ecb47c5ea0a3a919
|
|
| BLAKE2b-256 |
914a7a5dd91b82535571e7f6d0159a82f5102b45089718885cd90387a7280acd
|