Simple python number-to-russian-string converter
Project description
Simple python number-to-russian-string converter.
Current version works only for ints.
Requires python version 3.6.2 or higher.
Examples:
>>> import numtostr_rus
>>>
>>> numtostr_rus.convert(0)
'ноль'
>>> numtostr_rus.convert(-508)
'минус пятьсот восемь'
>>> numtostr_rus.convert(600)
'шестьсот'
>>> numtostr_rus.convert(
... 42 * 10**606 + 73 * 10**177
... )
'сорок два центиллиона центиллионов семьдесят три септендециллиона квадрагинтиллионов'
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
numtostr_rus-1.0.tar.gz
(7.7 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file numtostr_rus-1.0.tar.gz.
File metadata
- Download URL: numtostr_rus-1.0.tar.gz
- Upload date:
- Size: 7.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.8.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
33c50a1f4077ae766b34d9843c35a5b8370e6e87b321c8a61a52e5d26216923d
|
|
| MD5 |
508ba2aac88876dffb36a3ce95115004
|
|
| BLAKE2b-256 |
518a5d09b24568f4e2b610ce83aa4769420b5ac9caa12529064ebb701135a5e7
|
File details
Details for the file numtostr_rus-1.0-py3-none-any.whl.
File metadata
- Download URL: numtostr_rus-1.0-py3-none-any.whl
- Upload date:
- Size: 8.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.8.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fc227e1cad7406c49336613a916a9aceb54daaa2fa4bf5992ca3807ed871a97e
|
|
| MD5 |
d868e85a8221e83a638f1710dc150f6f
|
|
| BLAKE2b-256 |
0efd95a6d3bfb9d051650474aa4697c998aca6e842fdacfbd570108619382153
|