diff options
author | Alexander Verbovetsky <alik@ejik.org> | 2019-06-29 06:43:43 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-06-29 06:43:43 +0700 |
commit | 0ee5bfc1065ae049cb183faa6e91243dd6570943 (patch) | |
tree | b119a7f7574e20e9fb62cb750290ffd49fb1bb00 /python/num2words/README | |
parent | fc8d73c121f7c450765a96ad45d11565d82f508b (diff) | |
download | slackbuilds-0ee5bfc1065ae049cb183faa6e91243dd6570943.tar.gz |
python/num2words: Added (converts numbers).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/num2words/README')
-rw-r--r-- | python/num2words/README | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/python/num2words/README b/python/num2words/README new file mode 100644 index 0000000000..0d9808760d --- /dev/null +++ b/python/num2words/README @@ -0,0 +1,3 @@ +num2words is a library that converts numbers like 42 to +words like forty-two. It supports multiple languages +and can even generate ordinal numbers like forty-second. |