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
- Host: GitHub
- URL: https://github.com/yunisdev/num2azerbaijani
- Owner: yunisdev
- License: mit
- Created: 2020-09-16T10:20:30.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-12-10T11:58:36.000Z (almost 5 years ago)
- Last Synced: 2025-02-08T17:02:52.003Z (9 months ago)
- Topics: azerbaijan, number-to-text, python
- Language: Python
- Homepage: https://pypi.org/project/num2azerbaijani/
- Size: 25.4 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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 moduleprint(num2aze(1235))
# min iki yüz otuz beşprint(num2aze('8135919'))
# səkkiz milyon yüz otuz beş min doqquz yüz on doqquz
```