This is a simple python package that provide a function to convert number to Thai word.
from plang import plang
plang.to_thai(22)
Output
'ยี่สิบสอง'
pip install git+https://github.com/kekhuay/plang.git
you can invoke test script with
python test_plang.py