معرفی شرکت ها


Convert-number-to-word-0.0.1


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

To convert positive integers into words as per international or Indian numbering system
ویژگی مقدار
سیستم عامل -
نام فایل Convert-number-to-word-0.0.1
نام Convert-number-to-word
نسخه کتابخانه 0.0.1
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Yash Yadav
ایمیل نویسنده yashyadav1529@gmail.com
آدرس صفحه اصلی https://github.com/pypa/sampleproject
آدرس اینترنتی https://pypi.org/project/Convert-number-to-word/
مجوز -
This module help to convert postive integers into string as per International as well as Indian numbering system. #BASIC INFORMATION: *Max integer input is upto 20 digits *As per Indian numbering system its highest position is Mahashank i.e(10**19) *As per International numbering system its highest position is QUINTILLION i.e(10**19) *1st arg is postive number,2nd arg is numbering system i.e international and Indian *Default numbering system is International *For educational purpose and office purpose. #Example 1: Given input number : x=123456 import num_to_word z=num_to_word(x).word() print(z) #output : one hundred twenty three thousand four hundred fifty six #Example 2: Given input number : x=123456 import num_to_word z=num_to_word(x,no_sys="INDIAN").word() print(z) #output : one lakh twenty three thousand four hundred fifty six ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Thanks alot for using it ;) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


زبان مورد نیاز

مقدار نام
>=3.6 Python


نحوه نصب


نصب پکیج whl Convert-number-to-word-0.0.1:

    pip install Convert-number-to-word-0.0.1.whl


نصب پکیج tar.gz Convert-number-to-word-0.0.1:

    pip install Convert-number-to-word-0.0.1.tar.gz