Metadata-Version: 2.4
Name: centered-turtle
Version: 0.3.0
Summary: A simple turtle-based drawing library
Home-page: 
Author: KilRoadWay
Author-email: kilroadway09@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Classifier: Topic :: Education
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: license-file
Dynamic: requires-python
Dynamic: summary

# centered-turtle

A turtle-based drawing library for Python.

## Features

- Shape drawing functions that start from centers. 

## Requirements

- Python 3.10+
- Uses built-in `turtle` and `math` libraries (no extra dependencies)

## Installation

```bash
pip install centered-turtle
