From 0ee5bfc1065ae049cb183faa6e91243dd6570943 Mon Sep 17 00:00:00 2001 From: Alexander Verbovetsky Date: Sat, 29 Jun 2019 06:43:43 +0700 Subject: python/num2words: Added (converts numbers). Signed-off-by: Willy Sudiarto Raharjo --- python/num2words/README | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 python/num2words/README (limited to 'python/num2words/README') diff --git a/python/num2words/README b/python/num2words/README new file mode 100644 index 0000000000000..0d9808760d2ab --- /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. -- cgit v1.2.3