Metadata-Version: 2.3
Name: lxmfy-translate-bot
Version: 1.0.0
Summary: translate-bot for lxmf
Author: Ivan
Requires-Python: >=3.13,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: argostranslate (>=1.9.6,<2.0.0)
Requires-Dist: lxmfy (>=0.7.1,<0.8.0)
Description-Content-Type: text/markdown

# Translate Bot

A translation bot built with LXMFy and Argos Translate that provides offline translation capabilities through the Reticulum Network.

## Features

- Offline translation using Argos Translate
- Support for multiple languages

## Installation

```bash
# Install from PyPI
pip install lxmfy-translate-bot
```

## Usage

1. Start the bot:
```bash
lxmfy-translate-bot
```

2. Available commands:
- `translate <source_lang> <target_lang> <text>` - Translate text between languages
  Example: `translate en es Hello world`
- `languages` - List all available languages for translation

## Language Codes

The bot uses standard language codes (e.g., 'en' for English, 'es' for Spanish). Use the `languages` command to see all available language codes.

## License

MIT License
