jojoee / pybaht

Baht library for Python

Home Page:https://pypi.org/project/pybaht/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pybaht

continuous-integration release PyPI version fury.io License: MIT codecov

Baht library for Python

Installation

pip install pybaht

Usage

from pybaht import bahttext

bahttext(37) == "สามสิบเจ็ดบาทถ้วน"
bahttext(63147.89) == "หกหมื่นสามพันหนึ่งร้อยสี่สิบเจ็ดบาทแปดสิบเก้าสตางค์"
bahttext(-0.36) == "ลบสามสิบหกสตางค์"

Development

# Conda env
conda create --name pybaht python=3.10.4
conda activate pybaht
 
# test case file
curl -L -o ./tests/testcases.csv https://docs.google.com/spreadsheets/d/e/2PACX-1vTb8PIKzgo07rn9UpcjqE0YrdMAmf4fyDbL2plUieLCyrn_5O3vDvece7UfkaArWQLUSsaw92jVpY_z/pub?gid=0&single=true&output=csv
csvtojson ./tests/testcases.csv | jq > ./tests/testcases.json

Other languages

Reference

About

Baht library for Python

https://pypi.org/project/pybaht/

License:MIT License


Languages

Language:Python 100.0%