Metadata-Version: 2.4
Name: turtle_shape
Version: 1.0.0
Summary: A simple Python Turtle project with reusable cartoon-style shapes.
Author: Fatemeh_SHM
License: MIT
Keywords: python,turtle,graphics,drawing,cartoon,oop
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Operating System :: OS Independent
Classifier: Topic :: Artistic Software
Classifier: Topic :: Multimedia :: Graphics
Requires-Python: >=3.9
Description-Content-Type: text/markdown

# Turtle_Shape

![Python](https://img.shields.io/badge/Python-3.9+-blue)
![Version](https://img.shields.io/badge/version-1.0.0-success)
![License](https://img.shields.io/badge/license-MIT-yellow)

A Python project made with **Turtle Graphics** that creates a collection of simple cartoon-style characters and objects.

The project uses **classes and coordinate-based positioning** to make each shape easy to place and customize.

---

# 📦 Installation

```bash
pip install turtle_shape
```

---

## ✨ Shapes

* 🐥 `JooJoo` — A small yellow chick
* ⛄ `Snowman` — A snowman with a hat, scarf, buttons, and arms
* 🐑 `Sheep` — A simple cartoon sheep
* ☀️ `Star_Sun` — A star-shaped sun
* 🌧️ `RainCloud` — A cloud with rain and lightning
* ☁️ `CuteCloud` — A cute white cloud

---

## 🎨 Example

```python
JooJoo(160, -190)
Snowman(100, 100)
Sheep(-380, 30)

Star_Sun()
CuteCloud()
RainCloud()
```

Each object can be placed at different coordinates to create your own scene.

---

## 🧩 Design

Every shape is implemented as a separate class.

For example:

```python
Snowman(100, 100)
```

The `x` and `y` values control the position of the object, so you can easily rearrange the scene without changing the drawing itself.

---

## 🛠️ Built With

* Python
* Turtle
* Object-Oriented Programming

---

# 📄 License

This project is licensed under the **MIT License**.

---

## 🌟 More Projects

If you enjoy turtle_shape , you might also like this project ,too:

### snapforge

A lightweight, fast and intuitive Python library for image processing built on top of Pillow.

### Pixslim

A lightweight and easy-to-use Python package for compressing **images, PDF, and Microsoft Word documents** while maintaining the best possible quality.

---

# ❤️ About

Thank you for using **turtle_shape**.

If turtle_shape helps you, consider sharing it with other Python developers.

---

# Author

**Fatemeh_SHM**
