bahttext

Tool for convert currency number to Thai text


License
BSD-3-Clause
Install
pip install bahttext==1.0.2

Documentation

Bahttext

Tool to convert currency number to Thai text number Support Python2 and Python3

Installation

pip install bahttext

Usage

>>> from bahttext import bahttext
>>> number = 12345.21
>>> print bahttext(number)
หนึ่งหมื่นสองพันสามร้อยสี่สิบห้าบาทยี่สิบเอ็ดสตางค์
>>>