A collection of creative Python Turtle scripts that draw intricate mathematical patterns, glowing neon flowers, and hearts line-by-line in real time.
| File Name | Design Type | Features |
|---|---|---|
heart.py |
Animated Heart | Parametric heart curve with red fill |
flower.py |
Glowing Flower Spiral | HSV color-shifting smooth spiral |
lily.py |
Blooming Floral Pattern | Multi-layered petal math pattern |
- Python 3.x installed on your system.
- Turtle is built directly into Pythonโno extra
pip installrequired!
- Clone or download this repository:
git clone [https://github.com/YOUR-USERNAME/YOUR-REPO-NAME.git](https://github.com/YOUR-USERNAME/YOUR-REPO-NAME.git)