romonepali

Romonised nepali input method for LInux.


Keywords
unicode, Nepali, Romonised, Nepal, input-method, linux-app, romonised-nepali
License
MIT
Install
pip install romonepali==0.0.3

Documentation

RomoNepali

Romonised nepali input method for LInux.This uses romonisednepali to convert the raw input to unicode characters.

Table of Contents

Installation

(This is in alpha version so might not be stable.)

1.First install node (also npm) and pip.

2.Install romonisednepali using npm

$ npm install -g romonisednepali 

(If any error occurred please refer here to install by other methods)

You must install romonisednepali beacuse it uses this to convert into romonised nepali.

3.Install romonepali

Using pip:

$ sudo pip install romonepali

Or

Manually:

$ git clone https://github.com/psuzn/romoNepali.git
$ cd romoNepali
$ sudo python3 setup.py install 

Usage

Just execute romonepali from the terminal

$ romonepali

For the verbose output give -v flag

$ romonepali -v

Support

This is in alpha version and might cause some problem. so you can help me make it stable.

Please open an issue for support.

Contributing

Please contribute using Github Flow. Create a branch, add commits, and open a pull request.