LeKovr / num2word

Number to words converter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

num2word

GoDoc codecov Build Status GoCard GitHub license

num2word - Числа прописью

golang package для написания сумм прописью.

Features

В текущей версии реализовано:

RuMoney - деньги прописью на русском

Usage

import (
  "github.com/LeKovr/num2word"
)

...

text := num2word.RuMoney(total, true)

License

The MIT License (MIT), see LICENSE.

Copyright (c) 2016 Alexey Kovrizhkin ak@elfire.ru

About

Number to words converter

License:MIT License


Languages

Language:Go 100.0%