{ "info": { "author": "Mahfuz Ahmed", "author_email": "mahfuzcmt@gmail.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3" ], "description": "\n## [BDT Decimal to Word Converter](https://pypi.org/project/bdtdecimaltowordconverter/)\n\n## Prerequisites\n\n* python 3x\n* pip3\n\n## Installation\n\n**BEFORE YOU INSTALL:** please ensure the [prerequisites](#prerequisites)\n```bash\npip install bdtdecimaltowordconverter\n```\n\n## Usage\n\n### import DecimalToWord from bdtdecimaltowordconverter\n\n```bash\nfrom bdtdecimaltowordconverter.bdtdecimaltowordconverter import DecimalToWord\n\n```\n\n### make object of bdtdecimaltowordconverter\n\n```bash\ndecimal_to_word = DecimalToWord()\n```\n### call the convertAmount() function with your value\n```bash\ndecimal_to_word.convertAmount(8.89, False, False, 'bng')\n```\n\n### parameters\n##### (numericValue, is_ignorable_taka_if_zero, is_ignorable_paisa_if_zero, language)\n\n* 1. number value that need to be converted. can be used interger or decimal\n* 2. If you don't want to get zero value of taka, for an example you need to convert 0.23 and you want to skip/ignore zero in the return value then pass True otherwise False. If you pass False ( decimal_to_word.convertAmount(0.23, False, False, 'eng') ) then result will be 'zero taka and twenty three paisa only' and if you pass True ( decimal_to_word.convertAmount(0.23, True, False, 'eng') ) then result will be 'twenty three paisa only'\n* 3. same as taka here is the value of paisa.\n* 4. output language available languages\n\t'bng' for bangla and 'eng' for english\n\n\n## Contact with [Author](https://www.fb.com/mahfuzcmt)\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/mahfuzcmt/BanglaDecimalToWordConverter", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "bdtdecimaltowordconverter", "package_url": "https://pypi.org/project/bdtdecimaltowordconverter/", "platform": "", "project_url": "https://pypi.org/project/bdtdecimaltowordconverter/", "project_urls": { "Homepage": "https://github.com/mahfuzcmt/BanglaDecimalToWordConverter" }, "release_url": "https://pypi.org/project/bdtdecimaltowordconverter/2.0.5/", "requires_dist": null, "requires_python": "", "summary": "bdtdecimaltowordconverter is created for converting decimal to word in both bangla and english in BDT format", "version": "2.0.5" }, "last_serial": 3915936, "releases": { "1.0.5": [ { "comment_text": "", "digests": { "md5": "7c454a357e9ab8198cc508c0c4812a98", "sha256": "1c495e1a92f6cf657606943404544c008367dcb4d5bdf735881a53c18b2842e1" }, "downloads": -1, "filename": "bdtdecimaltowordconverter-1.0.5-py3-none-any.whl", "has_sig": false, "md5_digest": "7c454a357e9ab8198cc508c0c4812a98", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 4772, "upload_time": "2018-05-31T05:53:53", "url": "https://files.pythonhosted.org/packages/2d/dd/34de340c41c0acf0df6227f7dce002345026ff7c5ce7bcfd552b0d309d2e/bdtdecimaltowordconverter-1.0.5-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "898f19a07781869a5a7da00cb7b0f641", "sha256": "a12a132a403002509dafdd5d4504c274e52de2ba84fe48d2c97229cac65f185f" }, "downloads": -1, "filename": "bdtdecimaltowordconverter-1.0.5.tar.gz", "has_sig": false, "md5_digest": "898f19a07781869a5a7da00cb7b0f641", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4013, "upload_time": "2018-05-31T05:53:55", "url": "https://files.pythonhosted.org/packages/06/14/da1a38780950f538c9dd472b7a9db27b3df657649b1925522b35000471eb/bdtdecimaltowordconverter-1.0.5.tar.gz" } ], "2.0.1": [ { "comment_text": "", "digests": { "md5": "21e889f8997e8e2e3054bbe4de1ef1ec", "sha256": "5cf15602401616581827391ae6412f1307828ac9a9e0db2888f1460f07b1f51b" }, "downloads": -1, "filename": "bdtdecimaltowordconverter-2.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "21e889f8997e8e2e3054bbe4de1ef1ec", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 4769, "upload_time": "2018-05-31T05:29:22", "url": "https://files.pythonhosted.org/packages/dc/d4/2e786633aac036f6b90f27a9ebeeaf49e757c72b557dd65c313e6d13de1d/bdtdecimaltowordconverter-2.0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "da176b5e1fe465d226aa38856fc9948e", "sha256": "5d05f70a1053f6af213d459b798b9b377fb92249cdcd65b945828d592cbfa234" }, "downloads": -1, "filename": "bdtdecimaltowordconverter-2.0.1.tar.gz", "has_sig": false, "md5_digest": "da176b5e1fe465d226aa38856fc9948e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4014, "upload_time": "2018-05-31T05:29:24", "url": "https://files.pythonhosted.org/packages/06/78/93e42d0272a5a677d1ce1735e1adbeddc66c83ef022d494b4d4cde25147d/bdtdecimaltowordconverter-2.0.1.tar.gz" } ], "2.0.2": [ { "comment_text": "", "digests": { "md5": "74d5674268d3fb56930d9b0f15e3840d", "sha256": "0df82d844f059b1318deff36d6a1331548ca6736e0bfc8763651c47e26582a9b" }, "downloads": -1, "filename": "bdtdecimaltowordconverter-2.0.2-py3-none-any.whl", "has_sig": false, "md5_digest": "74d5674268d3fb56930d9b0f15e3840d", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 4769, "upload_time": "2018-05-31T05:47:41", "url": "https://files.pythonhosted.org/packages/fa/97/b834282386d2ddfcb5829cc67e0c20230fc24e3cd2b29a4af80efdf1f2ab/bdtdecimaltowordconverter-2.0.2-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "34773bc7253f3579d9c5406d80d065b2", "sha256": "52e2049dbda022ef00244bcd5f809634a5d1c042f2e93ab04ea1d2274b83b48e" }, "downloads": -1, "filename": "bdtdecimaltowordconverter-2.0.2.tar.gz", "has_sig": false, "md5_digest": "34773bc7253f3579d9c5406d80d065b2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4016, "upload_time": "2018-05-31T05:47:43", "url": "https://files.pythonhosted.org/packages/f1/e2/7116e93a54d8f93c95d9a63594e4db814bd675f50e5a9d20ffac08646cac/bdtdecimaltowordconverter-2.0.2.tar.gz" } ], "2.0.3": [ { "comment_text": "", "digests": { "md5": "776228face5729ded6a0c1b97c83809f", "sha256": "7fd4e6331ded674ede060517ff7d6ca8d12c57aabf43694957d7a32cca70e0a9" }, "downloads": -1, "filename": "bdtdecimaltowordconverter-2.0.3-py3-none-any.whl", "has_sig": false, "md5_digest": "776228face5729ded6a0c1b97c83809f", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 4771, "upload_time": "2018-05-31T05:58:25", "url": "https://files.pythonhosted.org/packages/b5/72/c12aa17891adfddd759bd49af068990388b1c5d0d61539d19d744aecfb9e/bdtdecimaltowordconverter-2.0.3-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "1448011754844fa09f020c4048f50cb2", "sha256": "68d295d98f8eca919e213834c8af4c03c158d2162e02f6ba7c25afc574a2430d" }, "downloads": -1, "filename": "bdtdecimaltowordconverter-2.0.3.tar.gz", "has_sig": false, "md5_digest": "1448011754844fa09f020c4048f50cb2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4015, "upload_time": "2018-05-31T05:58:28", "url": "https://files.pythonhosted.org/packages/29/2b/a5754362ba2e4aab815268f2cdbd2a9433e3db1bd089b42c194476f2ddd7/bdtdecimaltowordconverter-2.0.3.tar.gz" } ], "2.0.4": [ { "comment_text": "", "digests": { "md5": "f23456485f3cff82938b8ce3a87e681e", "sha256": "c4f17b09d2dfda517f89cfca69493f71ab7d4a744e3eca8b3a6da50ddc1905cd" }, "downloads": -1, "filename": "bdtdecimaltowordconverter-2.0.4-py3-none-any.whl", "has_sig": false, "md5_digest": "f23456485f3cff82938b8ce3a87e681e", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 4769, "upload_time": "2018-05-31T06:14:19", "url": "https://files.pythonhosted.org/packages/9f/12/79cf6788d2526d91546d23d486e9d3077986c922cd7751a36d05166bebfc/bdtdecimaltowordconverter-2.0.4-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "338f694872f5a9d04fd5cbded781b362", "sha256": "7987832278925d16399974492ec71506ad33f00b7564aadde6bc817cdd2e54bd" }, "downloads": -1, "filename": "bdtdecimaltowordconverter-2.0.4.tar.gz", "has_sig": false, "md5_digest": "338f694872f5a9d04fd5cbded781b362", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4016, "upload_time": "2018-05-31T06:14:21", "url": "https://files.pythonhosted.org/packages/69/0f/5cfb5694fbae6e21fcfd0aac1d310e20c8d3e1b719b19d5935fac4a39c0f/bdtdecimaltowordconverter-2.0.4.tar.gz" } ], "2.0.5": [ { "comment_text": "", "digests": { "md5": "b321654a2a35ee03e784d6ad681a1921", "sha256": "782830abb14dcb5351cb31955872be9388369cf53b0acfae5db0c8227ef5fad8" }, "downloads": -1, "filename": "bdtdecimaltowordconverter-2.0.5-py3-none-any.whl", "has_sig": false, "md5_digest": "b321654a2a35ee03e784d6ad681a1921", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 4687, "upload_time": "2018-05-31T06:23:12", "url": "https://files.pythonhosted.org/packages/78/b3/627c729b1878bae64b42e88551072baadce1afccfd90dcafcb1672e09de8/bdtdecimaltowordconverter-2.0.5-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "b6fceddacb799b8fe6b340950d5cf917", "sha256": "e66e13f3e20b9f44816c0fecc81b5d686470bc2a101300483174fbd3f782503e" }, "downloads": -1, "filename": "bdtdecimaltowordconverter-2.0.5.tar.gz", "has_sig": false, "md5_digest": "b6fceddacb799b8fe6b340950d5cf917", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3931, "upload_time": "2018-05-31T06:23:14", "url": "https://files.pythonhosted.org/packages/0c/63/e08ccc7427d74f2598ef53ceaed30412215e77c02e2eaf65541e3db6d6f8/bdtdecimaltowordconverter-2.0.5.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "b321654a2a35ee03e784d6ad681a1921", "sha256": "782830abb14dcb5351cb31955872be9388369cf53b0acfae5db0c8227ef5fad8" }, "downloads": -1, "filename": "bdtdecimaltowordconverter-2.0.5-py3-none-any.whl", "has_sig": false, "md5_digest": "b321654a2a35ee03e784d6ad681a1921", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 4687, "upload_time": "2018-05-31T06:23:12", "url": "https://files.pythonhosted.org/packages/78/b3/627c729b1878bae64b42e88551072baadce1afccfd90dcafcb1672e09de8/bdtdecimaltowordconverter-2.0.5-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "b6fceddacb799b8fe6b340950d5cf917", "sha256": "e66e13f3e20b9f44816c0fecc81b5d686470bc2a101300483174fbd3f782503e" }, "downloads": -1, "filename": "bdtdecimaltowordconverter-2.0.5.tar.gz", "has_sig": false, "md5_digest": "b6fceddacb799b8fe6b340950d5cf917", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3931, "upload_time": "2018-05-31T06:23:14", "url": "https://files.pythonhosted.org/packages/0c/63/e08ccc7427d74f2598ef53ceaed30412215e77c02e2eaf65541e3db6d6f8/bdtdecimaltowordconverter-2.0.5.tar.gz" } ] }