معرفی شرکت ها


bdtdecimaltowordconverter-2.0.5


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

bdtdecimaltowordconverter is created for converting decimal to word in both bangla and english in BDT format
ویژگی مقدار
سیستم عامل -
نام فایل bdtdecimaltowordconverter-2.0.5
نام bdtdecimaltowordconverter
نسخه کتابخانه 2.0.5
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Mahfuz Ahmed
ایمیل نویسنده mahfuzcmt@gmail.com
آدرس صفحه اصلی https://github.com/mahfuzcmt/BanglaDecimalToWordConverter
آدرس اینترنتی https://pypi.org/project/bdtdecimaltowordconverter/
مجوز -
## [BDT Decimal to Word Converter](https://pypi.org/project/bdtdecimaltowordconverter/) ## Prerequisites * python 3x * pip3 ## Installation **BEFORE YOU INSTALL:** please ensure the [prerequisites](#prerequisites) ```bash pip install bdtdecimaltowordconverter ``` ## Usage ### import DecimalToWord from bdtdecimaltowordconverter ```bash from bdtdecimaltowordconverter.bdtdecimaltowordconverter import DecimalToWord ``` ### make object of bdtdecimaltowordconverter ```bash decimal_to_word = DecimalToWord() ``` ### call the convertAmount() function with your value ```bash decimal_to_word.convertAmount(8.89, False, False, 'bng') ``` ### parameters ##### (numericValue, is_ignorable_taka_if_zero, is_ignorable_paisa_if_zero, language) * 1. number value that need to be converted. can be used interger or decimal * 2. If you don't want to get zero value of taka, for an example you need to convert 0.23 and you want to skip/ignore zero in the return value then pass True otherwise False. If you pass False ( decimal_to_word.convertAmount(0.23, False, False, 'eng') ) then result will be 'zero taka and twenty three paisa only' and if you pass True ( decimal_to_word.convertAmount(0.23, True, False, 'eng') ) then result will be 'twenty three paisa only' * 3. same as taka here is the value of paisa. * 4. output language available languages 'bng' for bangla and 'eng' for english ## Contact with [Author](https://www.fb.com/mahfuzcmt)


نحوه نصب


نصب پکیج whl bdtdecimaltowordconverter-2.0.5:

    pip install bdtdecimaltowordconverter-2.0.5.whl


نصب پکیج tar.gz bdtdecimaltowordconverter-2.0.5:

    pip install bdtdecimaltowordconverter-2.0.5.tar.gz