Metadata-Version: 2.1
Name: numberconverter
Version: 1.0.0
Summary: numberconverter is created for converting english number to bangla number or reverse
Home-page: https://github.com/mahfuzcmt/engtobngnum
Author: Mahfuz Ahmed
Author-email: mahfuzcmt@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent


## [BDT Decimal to Word Converter](https://pypi.org/project/engtobngnum/)

## Prerequisites

* python 3x
* pip3

## Installation

**BEFORE YOU INSTALL:** please ensure the [prerequisites](#prerequisites)
```bash
pip install numberconverter
```

## Usage

### import NumberConverter from numberconverter

```bash
from numberconverter.NumberConverter import Converter

```

### make object of engtobngnum

```bash
converter = Converter()
```
### call the converter() function with your value
```bash
converter.convert_bng_to_eng('০২/০৬/২০১৮')
or
converter.convert_eng_to_bng(8.89)
```


## Contact with [Author](https://www.fb.com/mahfuzcmt)


