Screenshots

The screenshots below are generated terminal-style images of the emtrans CLI. They are rendered with Pillow by tools/generate_screenshots.py and are not captures of a real terminal session.

Home

Basic translation, showing punctuation and casing preserved.

home screen

Reverse translation

Translating from Monsu back to English with -r/--reverse.

reverse translation

Adding and listing words

emtrans add and emtrans list, including the persisted user dictionary.

dictionary management

JSON output

emtrans --json, including the missing words report.

json output

Help

emtrans --help.

help output

Regenerating

Requires Pillow (development tool only, not a runtime dependency):

python -m pip install pillow
python tools/generate_screenshots.py

See also

Back to README