Metadata-Version: 2.1
Name: laeplooth
Version: 0.4.2
Summary: Translator for loo language
Author: most.warong
Description-Content-Type: text/markdown
Requires-Dist: pythainlp ==2.1.4

# Laeplooth

Laeplooth is a Python package designed for translating text to Loo language. Inspired by the Thaispoon package, Laeplooth adapts to modern Kratoey logic while preserving the unique nuances of the Loo language. This package aims to facilitate communication by providing translation capabilities.

## Reference

I incorporated the logic presented in the YouTube video "https://www.youtube.com/watch?v=s54F7MU-jNI" to enhance the functionality. Special thanks to the creator for sharing their insights and expertise.

## Features

- Translate text to the Loo language.
- Simple and easy-to-use Python API.

## Installation

You can install Laeplooth using pip:
`pip install laeplooth`

## Usage

```
from laeplooth import loo

# Translate text to Loo
loo_text = loo("อีดอก")
print(loo_text) # Output: "หลอกดูก"
```

## Contributing

Contributions are welcome! If you have any ideas for new features, improvements, or bug fixes, feel free to open an issue or submit a pull request.

## License

This project is licensed under the MIT License. You are free to use, modify, and distribute this software for both personal and commercial purposes.
