Metadata-Version: 2.1
Name: ytr
Version: 0.0.1
Summary: Yandex.Translate prompt
Home-page: https://github.com/vrslev/ytr
License: MIT
Keywords: cli,yandex,translate,yandex-translate,translate-api
Author: Lev Vereshchagin
Author-email: mail@vrslev.com
Requires-Python: >=3.10,<3.11
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Natural Language :: Russian
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Typing :: Typed
Requires-Dist: httpx (==0.22.0)
Requires-Dist: rich (==12.3.0)
Requires-Dist: typer (==0.4.1)
Project-URL: Repository, https://github.com/vrslev/ytr
Description-Content-Type: text/markdown

# ytr — Yandex.Translate prompt

This is a CLI for Yandex's translate service. At some point I got tired of opening the website, so I made a CLI.

https://user-images.githubusercontent.com/75225148/166159403-a018d890-f1c5-42df-bab3-1d57f991d573.mov

## Installation

```console
pipx install ytr
```

If you don't use [`pipx`](https://github.com/pypa/pipx/) yet, install with `pip`:

```console
pip install ytr
```

## Usage

Just run `ytr`.

By default it uses `en` and `ru` language hints. You can override this behaviour with `--hints` flag, for example, `ytr --hints en de`.

That's it: enjoy!

