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.1.tar.gz
(7.8 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.1.tar.gz.
File metadata
- Download URL: numtostr_rus-1.0.1.tar.gz
- Upload date:
- Size: 7.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.8.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f75e69adbdd7538492399d950f23c585404dcbe3e2afc3ea99536ac7a769d2b5
|
|
| MD5 |
2fcd9314e8b91e55e28ad30c8fbb3b1f
|
|
| BLAKE2b-256 |
2595c96bce9264698366777167397a6abed050a848f3a092d123ece3dea82f5e
|
File details
Details for the file numtostr_rus-1.0.1-py3-none-any.whl.
File metadata
- Download URL: numtostr_rus-1.0.1-py3-none-any.whl
- Upload date:
- Size: 8.8 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 |
6efabcb2c5fca03f079a547897962704955191762cc7afb24ca67b492fd83d1e
|
|
| MD5 |
c45b9ee32c9af6d7c04e0ad211c9f678
|
|
| BLAKE2b-256 |
9b12d9356ba4354d939dfe50a395fc86fad1726d997683550819393ba7f06ed1
|