An open API service indexing awesome lists of open source software.

https://github.com/yunisdev/num2azerbaijani

Lightweight python package to convert numbers into azerbaijani string
https://github.com/yunisdev/num2azerbaijani

azerbaijan number-to-text python

Last synced: 2 days ago
JSON representation

Lightweight python package to convert numbers into azerbaijani string

Awesome Lists containing this project

README

          

# num2azerbaijani
Lightweight python package to convert numbers into azerbaijani string

## Installation
```bash
pip install num2azerbaijani
```

## Usage
```python
from num2azerbaijani import convert as num2aze # import module

print(num2aze(1235))
# min iki yüz otuz beş

print(num2aze('8135919'))
# səkkiz milyon yüz otuz beş min doqquz yüz on doqquz
```