# bloom-tr [![pytest](https://github.com/ffreemt/bloom-tr/actions/workflows/routine-tests.yml/badge.svg)](https://github.com/ffreemt/bloom-tr/actions)[![python](https://img.shields.io/static/v1?label=python+&message=3.8%2B&color=blue)](https://www.python.org/downloads/)[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)[![PyPI version](https://badge.fury.io/py/bloom_tr.svg)](https://badge.fury.io/py/bloom_tr) Translate via Bloom ## Install it ```shell pip install bloom-tr # pip install git+https://github.com/ffreemt/bloom-tr # poetry add git+https://github.com/ffreemt/bloom-tr # git clone https://github.com/ffreemt/bloom-tr && cd bloom-tr ``` ## Use it ```python from bloom_tr import bloom_tr ```