|
# bloom-tr |
|
[](https://github.com/ffreemt/bloom-tr/actions)[](https://www.python.org/downloads/)[](https://github.com/psf/black)[](https://opensource.org/licenses/MIT)[](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 |
|
|
|
``` |
|
|