numberconverter is created for converting english number to bangla number or reverse
Project description
## [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)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
numberconverter-1.0.0.tar.gz
(1.8 kB
view details)
Built Distribution
File details
Details for the file numberconverter-1.0.0.tar.gz
.
File metadata
- Download URL: numberconverter-1.0.0.tar.gz
- Upload date:
- Size: 1.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e62bcb25c4464fe97351703e153167f9ca50591749f585deb45e9bf6aeccb270 |
|
MD5 | 130f997baaf1da6157484d361f054345 |
|
BLAKE2b-256 | 34a008c9d1c01945e132ef0b92c7b3e2b3d796f51ba5b553b309320280971aab |
File details
Details for the file numberconverter-1.0.0-py3-none-any.whl
.
File metadata
- Download URL: numberconverter-1.0.0-py3-none-any.whl
- Upload date:
- Size: 2.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 35948257f0f1515262f0e5e471aba3c0324c26dd929e206e7f680de218795073 |
|
MD5 | 3b2783fd7a6e4186ce57b7f92320e94e |
|
BLAKE2b-256 | e8d5114f22291127850bed62a93c3174b4d694bd0f21a27945fa3cffd8d4d7e0 |