nepali-to-roman


Namenepali-to-roman JSON
Version 1.1.1 PyPI version JSON
download
home_pagehttps://github.com/Diwas524/Nepali-to-Roman-Transliteration
SummaryA PyPi package for converting Nepali words to Romanized English literals. This package performs transliteration, converting Devanagari words into Roman literals.
upload_time2024-01-31 07:17:05
maintainer
docs_urlNone
authorDiwas Pandey, Ishparsh Uprety
requires_python>=3.6
license
keywords nepali to roman nepali transliteration devanagari to english devanagari diwas pandey nepali words to roman roman from nepali convert nepali to roman romanize nepali words how to convert nepali to roman convert nepali script to roman nepali language romanization
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Nepali-to-Roman 🌐


[![Downloads](https://img.shields.io/pypi/dm/nepali-to-roman?color=blue&style=flat-square)](https://pepy.tech/project/nepali-to-roman) [![Version](https://img.shields.io/pypi/v/nepali-to-roman?color=blue&style=flat-square)](https://pypi.org/project/nepali-to-roman/) [![License](https://img.shields.io/pypi/l/nepali-to-roman?color=blue&style=flat-square)](LICENSE)

Elegantly transform Nepali text into Romanized English with precision using the powerful `nepali-to-roman` Python package. Overcoming the limitations of existing solutions, this package meticulously maps Nepali literals and words to their precise Romanized counterparts.

[![Downloads](https://static.pepy.tech/badge/nepali-to-roman)](https://pepy.tech/project/nepali-to-roman)

## 🚀 Installation

Install `nepali-to-roman` effortlessly using `pip`. Ensure you have [`pip`](https://pip.pypa.io/en/stable/installing/) installed and run:

```bash
pip install nepali-to-roman
```

## 🎨 Usage

Import the `ntr` module into your Python script or interactive environment:

```python
import ntr
```

The `ntr` module exposes the `nep_to_rom` function, designed for transliterating Nepali text. Each word in a sentence is individually transliterated, and the results are seamlessly merged into a single string.

**Syntax:**
```python
ntr.nep_to_rom(text)
```

**Example:**
```python
import ntr
print(ntr.nep_to_rom("म नेपाल मा बस्छु ।"))
# Output: ma nepal ma baschhu .
```

## 🌱 Contributions

This package is licensed under The MIT License (MIT), details of which can be found in the [LICENSE](LICENSE) file. As an open-source project, we enthusiastically welcome contributions and feedback. If you have ideas for improvements or extensions, please feel free to contribute.

## 👥 About Contributors

- [Diwas Pandey](https://www.diwaspandey.com.np)
- [Ishparsh Uprety](https://www.ishparshuprety.com.np/)

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/Diwas524/Nepali-to-Roman-Transliteration",
    "name": "nepali-to-roman",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": "",
    "keywords": "Nepali to Roman,Nepali Transliteration,Devanagari to English,Devanagari,Diwas Pandey,Nepali words to Roman,Roman from Nepali,Convert Nepali to Roman,Romanize Nepali words,How to convert Nepali to Roman,Convert Nepali script to Roman,Nepali language,Romanization",
    "author": "Diwas Pandey, Ishparsh Uprety",
    "author_email": "diwaspandey524@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/ee/8b/0885a2fb2cfe3c5658452ba86235ec8115de5bf676d99fc9c75a1a1e4b26/nepali-to-roman-1.1.1.tar.gz",
    "platform": null,
    "description": "# Nepali-to-Roman \ud83c\udf10\r\n\r\n\r\n[![Downloads](https://img.shields.io/pypi/dm/nepali-to-roman?color=blue&style=flat-square)](https://pepy.tech/project/nepali-to-roman) [![Version](https://img.shields.io/pypi/v/nepali-to-roman?color=blue&style=flat-square)](https://pypi.org/project/nepali-to-roman/) [![License](https://img.shields.io/pypi/l/nepali-to-roman?color=blue&style=flat-square)](LICENSE)\r\n\r\nElegantly transform Nepali text into Romanized English with precision using the powerful `nepali-to-roman` Python package. Overcoming the limitations of existing solutions, this package meticulously maps Nepali literals and words to their precise Romanized counterparts.\r\n\r\n[![Downloads](https://static.pepy.tech/badge/nepali-to-roman)](https://pepy.tech/project/nepali-to-roman)\r\n\r\n## \ud83d\ude80 Installation\r\n\r\nInstall `nepali-to-roman` effortlessly using `pip`. Ensure you have [`pip`](https://pip.pypa.io/en/stable/installing/) installed and run:\r\n\r\n```bash\r\npip install nepali-to-roman\r\n```\r\n\r\n## \ud83c\udfa8 Usage\r\n\r\nImport the `ntr` module into your Python script or interactive environment:\r\n\r\n```python\r\nimport ntr\r\n```\r\n\r\nThe `ntr` module exposes the `nep_to_rom` function, designed for transliterating Nepali text. Each word in a sentence is individually transliterated, and the results are seamlessly merged into a single string.\r\n\r\n**Syntax:**\r\n```python\r\nntr.nep_to_rom(text)\r\n```\r\n\r\n**Example:**\r\n```python\r\nimport ntr\r\nprint(ntr.nep_to_rom(\"\u092e \u0928\u0947\u092a\u093e\u0932 \u092e\u093e \u092c\u0938\u094d\u091b\u0941 \u0964\"))\r\n# Output: ma nepal ma baschhu .\r\n```\r\n\r\n## \ud83c\udf31 Contributions\r\n\r\nThis package is licensed under The MIT License (MIT), details of which can be found in the [LICENSE](LICENSE) file. As an open-source project, we enthusiastically welcome contributions and feedback. If you have ideas for improvements or extensions, please feel free to contribute.\r\n\r\n## \ud83d\udc65 About Contributors\r\n\r\n- [Diwas Pandey](https://www.diwaspandey.com.np)\r\n- [Ishparsh Uprety](https://www.ishparshuprety.com.np/)\r\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "A PyPi package for converting Nepali words to Romanized English literals. This package performs transliteration, converting Devanagari words into Roman literals.",
    "version": "1.1.1",
    "project_urls": {
        "Bug Reports": "https://github.com/Diwas524/Nepali-to-Roman-Transliteration/issues",
        "Homepage": "https://github.com/Diwas524/Nepali-to-Roman-Transliteration",
        "Source": "https://github.com/Diwas524/Nepali-to-Roman-Transliteration"
    },
    "split_keywords": [
        "nepali to roman",
        "nepali transliteration",
        "devanagari to english",
        "devanagari",
        "diwas pandey",
        "nepali words to roman",
        "roman from nepali",
        "convert nepali to roman",
        "romanize nepali words",
        "how to convert nepali to roman",
        "convert nepali script to roman",
        "nepali language",
        "romanization"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ee8b0885a2fb2cfe3c5658452ba86235ec8115de5bf676d99fc9c75a1a1e4b26",
                "md5": "1d76083c9ce6ed309bb62b28e69cb7df",
                "sha256": "32888ed9c1f473f3baae45cb6cf020f95c4050e1d96a1c5b4484bf9b0d5ccce4"
            },
            "downloads": -1,
            "filename": "nepali-to-roman-1.1.1.tar.gz",
            "has_sig": false,
            "md5_digest": "1d76083c9ce6ed309bb62b28e69cb7df",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 28597,
            "upload_time": "2024-01-31T07:17:05",
            "upload_time_iso_8601": "2024-01-31T07:17:05.703871Z",
            "url": "https://files.pythonhosted.org/packages/ee/8b/0885a2fb2cfe3c5658452ba86235ec8115de5bf676d99fc9c75a1a1e4b26/nepali-to-roman-1.1.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-01-31 07:17:05",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Diwas524",
    "github_project": "Nepali-to-Roman-Transliteration",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "nepali-to-roman"
}
        
Elapsed time: 0.17203s