Skip to main content

Change int and float value to Chinese numeral format string

Project description

cnum

cnum is a Python library for changing int and float value to Chinese numeral format string.

Chinese numeral format is adopted following languages:

  • Japanese
  • Simplified Chinese
  • Traditional Chinese
  • Korean

For each languages

Installation

Use the package manager pip to install foobar.

pip install cnum

Usage

import cnum

# returns Japanese styled numeral string.
cnum.jp(123456789.123456789)
'1億2345万6789 1分2厘3毛4糸5忽'

# returns simplified Chinese styled numeral string. 
cnum.scn(123456789.12345)
'1亿2345万6789 1分2厘3毫4丝5忽'

# returns traditional Chinese styled numeral string. 
cnum.tcn(123456789.12345)
'1億2345萬6789 1分2厘3毫4絲5忽'

# returns Korean styled numeral string. 
cnum.kr(123456789.12345)
'1억2345만6789 1分2厘3毛4糸5忽'

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT

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

cnum-0.0.5.tar.gz (3.7 kB view details)

Uploaded Source

Built Distribution

cnum-0.0.5-py3-none-any.whl (3.6 kB view details)

Uploaded Python 3

File details

Details for the file cnum-0.0.5.tar.gz.

File metadata

  • Download URL: cnum-0.0.5.tar.gz
  • Upload date:
  • Size: 3.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.0 CPython/3.9.7

File hashes

Hashes for cnum-0.0.5.tar.gz
Algorithm Hash digest
SHA256 7dd1a2afca70d2974844a606b43980bfaa1360ef9604b0666b082e2eea768e74
MD5 2ae48a6b6e8383b92015948990ec26ad
BLAKE2b-256 0769e0496c7ead1883998b6d41757c01592aeb4371b23e2ca6aba2e3d60c90d3

See more details on using hashes here.

File details

Details for the file cnum-0.0.5-py3-none-any.whl.

File metadata

  • Download URL: cnum-0.0.5-py3-none-any.whl
  • Upload date:
  • Size: 3.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.0 CPython/3.9.7

File hashes

Hashes for cnum-0.0.5-py3-none-any.whl
Algorithm Hash digest
SHA256 dd5cacfa0613c18411b8fa1b6eba10b67857bb6d13d50928eb5d9e20378259f5
MD5 2537bc610213b120e308e86a120faafe
BLAKE2b-256 e3f4ea0d216156a8d28f173a7ec106ae5ad64ca56a9acdeb8227878acbe90b0f

See more details on using hashes here.

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