Skip to main content

CLI tool to translate text with LLMs

Project description

trn: CLI tool for translating text using LLMs

Features

  • Multiple input sources: command line arguments, stdin, clipboard, URLs, or files
  • OpenAI, Anthropic, and Gemini models
  • Configurable via command line arguments or environment variables

Installation

With uv installed, you can run it without the installation: uvx trn will always run the latest version of the command. You can also install it the usual way:

uv tool install trn
# or
pip install trn

Getting started

First, set the key for your LLM provider. Example for Google Gemini:

uvx --with llm-gemini llm keys set gemini

Second, specify your target language via the TRN_TO_LANGUAGE environment variable or -t argument. The -t argument takes priority when both are set.

Third, provide text to translate in one of these ways:

  • command line arguments
  • standard input
  • clipboard

The tool checks for arguments first, then standard input, then the clipboard.

You can also translate web pages or local PDF/image files by providing a URL or file path.

Basic Usage

# Translate from clipboard to default language
trn

# Translate command line text into French
trn -t french Hello world

# Translate from stdin
echo "Hello world" | trn

# Translate a file
trn document.pdf

# Translate from URL
trn https://example.com/article

# Use custom LLM
trn -m gpt-4o-mini

Requirements

  • Python 3.12+
  • LLM API key configured
  • UV installed (optional, but highly recommended)

Configuration

Set environment variables for convenience:

export TRN_TO_LANGUAGE=spanish
# optionally:
export TRN_MODEL=gpt-4o-mini

All the options

> trn --help
usage: trn [-h] -t TO_LANGUAGE [-m MODEL] [-p PROMPT] [-a PROMPT_ADD] [-w WRAP]
           [-v] [-d]
           [text ...]

positional arguments:
  text                  Text to translate, or URL, or path to file (default:
                        None)

options:
  -h, --help            show this help message and exit
  -t, --to-language TO_LANGUAGE
                        Target language for translation [env var:
                        TRN_TO_LANGUAGE] (default: None)
  -m, --model MODEL     LLM to use (run 'uvx llm models' for available models)
                        [env var: TRN_MODEL] (default: gemini-2.5-flash)
  -p, --prompt PROMPT   Custom prompt for translation [env var: TRN_PROMPT]
                        (default: Translate the text (it can be in any language)
                        into {to_language}. Don't explain that the output is a
                        translation. Tell me if you don't recognize
                        '{to_language}' language. If there is a file attached,
                        translate the contents of the file. {prompt_add})
  -a, --prompt-add PROMPT_ADD
                        Text to append to the prompt [env var: TRN_PROMPT_ADD]
                        (default: )
  -w, --wrap WRAP       Wrap output at N chars (use 0 to disable wrapping) [env
                        var: TRN_WRAP] (default: 80)
  -v, --verbose         Enable verbose output [env var: TRN_VERBOSE] (default:
                        False)
  -d, --debug           Enable debug output [env var: TRN_DEBUG] (default:
                        False)

 In general, command-line values override environment variables which override
defaults.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

trn-0.1.10.tar.gz (4.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

trn-0.1.10-py3-none-any.whl (4.9 kB view details)

Uploaded Python 3

File details

Details for the file trn-0.1.10.tar.gz.

File metadata

  • Download URL: trn-0.1.10.tar.gz
  • Upload date:
  • Size: 4.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.8.22

File hashes

Hashes for trn-0.1.10.tar.gz
Algorithm Hash digest
SHA256 1cdb995d74f4fc0372de56bfef9e309a949dee64a7e3354740cea7a25c6c769f
MD5 a71d1f70d27ffa70f6af1386b8d1607e
BLAKE2b-256 e306bb86dad65e6f5c53fd6516c71a0d3c0ed0d5c276827b49749b2cf3c3e43e

See more details on using hashes here.

File details

Details for the file trn-0.1.10-py3-none-any.whl.

File metadata

  • Download URL: trn-0.1.10-py3-none-any.whl
  • Upload date:
  • Size: 4.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.8.22

File hashes

Hashes for trn-0.1.10-py3-none-any.whl
Algorithm Hash digest
SHA256 90d4358c09236882dc4bde6f66a1aff224922654ca52bce3125e9cef13a98b5e
MD5 d6021ebff8fbd44fcfe0d0e99a6c85d3
BLAKE2b-256 bd55ecd4ec4b5823c359b0ef0465ddf1487d2c073038df77b36ea4834f4f0061

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page