This is a CLI for Yandex's translate service. At some point I got tired of opening the website, so I made a CLI.
demo.mov
pipx install ytr
If you don't use pipx
yet, install with pip
:
pip install ytr
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!