A lightweight, two-way Python transliteration engine designed to seamlessly convert text between the Devanagari script and the traditional Mithilakshar (Tirhuta) script.
- Two-Way Conversion: Supports both forward (Devanagari to Mithilakshar) and reverse (Mithilakshar to Devanagari) script mappings.
- Phonetic Preservation: Retains exact word pronunciations, vowels, consonants, and matras during the conversion process.
- Modular Design: Divided into distinct script files for easy integration into web applications or larger NLP pipelines.
Transliteration_Engine/
β
βββ README.md # Project documentation
β
βββ devnagari2mithilakshar_convertor.py # Devanagari β Mithilakshar
βββ mithilakshar2devnagari_convertor.py # Mithilakshar β Devanagari
Clone the repository directly to your local machine:
git clone https://github.com
cd Transliteration_EngineRun this script to convert standard Devanagari text into the traditional Tirhuta script:
python devnagari2mithilakshar_convertor.pyRun this script to reverse the process and restore Mithilakshar text back into Devanagari:
python mithilakshar2devnagari_convertor.pyEnsure you have a Tirhuta-compatible font (such as Tirhuta or Mithilauni) installed on your system to correctly render the Mithilakshar characters in your terminal or text editor.
This project is licensed under the MIT License.