Metadata-Version: 2.1
Name: num2textilka
Version: 0.1.2
Summary: Number to Text Convertor
Author-email: "Arash Hamzei, Erfan Ahmadi Moqadam, Mahdi Yaghoubi" <baxizhere@gmail.com>
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# Num2Text Convertor

░▒█▄░▒█░█░▒█░█▀▄▀█░░░█▀█░░░▀▀█▀▀░█▀▀░█░█░▀█▀░░░▀█▀░█░░█░▄░█▀▀▄
░▒█▒█▒█░█░▒█░█░▀░█░░░▒▄▀░░░░▒█░░░█▀▀░▄▀▄░░█░░░░▒█░░█░░█▀▄░█▄▄█
░▒█░░▀█░░▀▀▀░▀░░▒▀░░░█▄▄░░░░▒█░░░▀▀▀░▀░▀░░▀░░░░▄█▄░▀▀░▀░▀░▀░░▀


A python program that converts Numbers to their Text Format.


## Features

English and Persian words.
Supports Numbers from 0 to 10^105


## Usage

Below code will help you understand how to use this package:


    ```
    from number2textilka import num2text

    num2text(123, "persian")
    ```

    OR
    
    use the following format if you like to get input from user.

    ```
    from number2textilka import num2text

    num2text()
    ```
