Convert numbers to words in Uzbek language
Project description
Number to words
This project is to convert numbers to words in Uzbek language.
Usage
- Integer numbers
from num2word_uz import num2word
number = input("Sonni kiriting:") # 15
num2word(number) # o'n besh
- Float point numbers
from num2word_uz import float_num2word
number = input("Sonni kiriting:") # 2.3
float_num2word(number) # ikki butun o'ndan uch
- Roman numbers to numbers
from num2word_uz import roman2digit
number = input("Rim raqamini kiriting:") # VI
roman2digit(number) # olti
Requirements
- Python >= 3.8
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
num2word_uz-0.1.1.tar.gz
(3.4 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 num2word_uz-0.1.1.tar.gz.
File metadata
- Download URL: num2word_uz-0.1.1.tar.gz
- Upload date:
- Size: 3.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.18
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4b38acf826c848477228a4d9b0639bdf8ecab480b862b86a30ac832522834a27
|
|
| MD5 |
172227630f9b9957d1af6b85cf1dd64e
|
|
| BLAKE2b-256 |
cd898c24446f2363a8691b2c3b69c801648919eb4f997bc8c52cd92ed507f035
|
File details
Details for the file num2word_uz-0.1.1-py3-none-any.whl.
File metadata
- Download URL: num2word_uz-0.1.1-py3-none-any.whl
- Upload date:
- Size: 3.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.18
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
541887ea4bd1e43e0d71d601ccb226051349e35821e5b279b6a4d565423eb3b6
|
|
| MD5 |
bd08149155c32d478157d42e11ca9785
|
|
| BLAKE2b-256 |
56035d42abd35a4809e8eafce88114fa73044af442fcd136e7c74d035de83e07
|