Skip to main content

This convert number to thai text lib

Project description

Number to Thai text

The tool is a convert number to thai text : Python 3.6+.

Features

  • Convert number integer or float to Thai text.
  • Convert thai text to number.

Setup

  • Check version Python and PIP

  • Install lib : num-thai

  • Test lib in python shell

Example

from num_thai.thainumbers import NumThai

num = NumThai()
text = num.NumberToTextThai(1111111111111111)

number = num.TextThaiToNumber("ลบสามสิบเอ็ดจุดแปดหก")

print("Text is ",text)

print("Number is ",number)

About

  • Support digit length 1 - 16 digit.
  • Support minus digit.
  • Support integer or float number.
  • Support thai text

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

num_thai-0.0.5.tar.gz (4.9 kB view hashes)

Uploaded Source

Built Distribution

num_thai-0.0.5-py3-none-any.whl (4.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page