# Numbers(float numbers too) to words
## Introduction
This repo helps you to convert any numbers to words. For example, 2 is converted as "ikki" or "12.51" is converted as "o'n ikki butun yuzdan ellik bir".
## Usage
```bash
from num2word_uz import num2word, float_num2word
print(num2word(2)+' | '+float_num2word("12.51"))
```
The result should be:
```console
ikki | o'n ikki butun yuzdan ellik bir
```
## Installation
pip install num2word-uz
Raw data
{
"_id": null,
"home_page": "https://github.com/shoxa0707/num2word-uz",
"name": "num2word-uz",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.8",
"maintainer_email": null,
"keywords": null,
"author": "Shaxboz",
"author_email": "shoxa0212@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/2b/1c/17f5ce936590b725bd5fbc8b019c45d7e98a77e41e1eed1c5e35ed0f6e97/num2word_uz-0.2.0.tar.gz",
"platform": null,
"description": "# Numbers(float numbers too) to words\n\n## Introduction\n\nThis repo helps you to convert any numbers to words. For example, 2 is converted as \"ikki\" or \"12.51\" is converted as \"o'n ikki butun yuzdan ellik bir\".\n\n## Usage\n\n```bash\nfrom num2word_uz import num2word, float_num2word\n\nprint(num2word(2)+' | '+float_num2word(\"12.51\"))\n```\nThe result should be:\n```console\nikki | o'n ikki butun yuzdan ellik bir\n```\n\n## Installation\n\npip install num2word-uz\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "Numbers to words in Uzbek language",
"version": "0.2.0",
"project_urls": {
"Homepage": "https://github.com/shoxa0707/num2word-uz"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "491ba553b02606d5bf2afc73dba55898b74f8a9a2abbebc8de465af05ab0bbf7",
"md5": "dd29e906a7b5b9bca12d5dd9d6f6ab1b",
"sha256": "44e89d0a038e3c28894847301b029e99d780f0cc1e12c0d939bb50524bee0fa9"
},
"downloads": -1,
"filename": "num2word_uz-0.2.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "dd29e906a7b5b9bca12d5dd9d6f6ab1b",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 2248,
"upload_time": "2024-08-17T11:14:31",
"upload_time_iso_8601": "2024-08-17T11:14:31.232859Z",
"url": "https://files.pythonhosted.org/packages/49/1b/a553b02606d5bf2afc73dba55898b74f8a9a2abbebc8de465af05ab0bbf7/num2word_uz-0.2.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "2b1c17f5ce936590b725bd5fbc8b019c45d7e98a77e41e1eed1c5e35ed0f6e97",
"md5": "8d65329e8a1c96876b227eba3a659744",
"sha256": "9bb923284f83f0488501bf0443bf395db04caf83f548202caacac10305fff518"
},
"downloads": -1,
"filename": "num2word_uz-0.2.0.tar.gz",
"has_sig": false,
"md5_digest": "8d65329e8a1c96876b227eba3a659744",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 2124,
"upload_time": "2024-08-17T11:14:32",
"upload_time_iso_8601": "2024-08-17T11:14:32.596609Z",
"url": "https://files.pythonhosted.org/packages/2b/1c/17f5ce936590b725bd5fbc8b019c45d7e98a77e41e1eed1c5e35ed0f6e97/num2word_uz-0.2.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-08-17 11:14:32",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "shoxa0707",
"github_project": "num2word-uz",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "num2word-uz"
}