Metadata-Version: 2.4
Name: cartinese
Version: 0.2.0
Summary: Translate normal text into Cartinese.
Requires-Python: >=3.13
Description-Content-Type: text/markdown

Translate normal text into Cartinese.

# Usage

```python
import cartinese

text = "Hello, what is your name?"

configuration = cartinese.Configuration()
translated = cartinese.translate(text, configuration)

print(translated)
```

# Configuration

See the `Configuration` class.

Also, you can set the `SEEYUH` environment variable to print _seeyuh_ every run.

