summaryrefslogtreecommitdiffstats
path: root/python/num2words/README
diff options
context:
space:
mode:
author Alexander Verbovetsky2019-06-29 01:43:43 +0200
committer Willy Sudiarto Raharjo2019-06-29 01:43:43 +0200
commit0ee5bfc1065ae049cb183faa6e91243dd6570943 (patch)
treeb119a7f7574e20e9fb62cb750290ffd49fb1bb00 /python/num2words/README
parentfc8d73c121f7c450765a96ad45d11565d82f508b (diff)
downloadslackbuilds-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/README3
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.