Metadata-Version: 2.1
Name: laeplooth
Version: 0.3.0
Summary: Translator for loo language
Author: most.warong
Description-Content-Type: text/markdown

laeplooth
laeplooth is a Python package designed for translating text to and from the Loo language inspired by Thaispoon package but adapt to Kratoey logic these days. Loo is a fascinating language with its own unique nuances, and this package aims to facilitate communication by providing translation capabilities.

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

# install laeplooth using pip

pip install laeplooth

# main.py

from laeplooth import loo

# Translate text to Loo

loo_text = loo("อีดอก")
print(loo_text) # Output: "หลอกดูก"

Save to grepper
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.
