Another Zawgyi <=> Unicode Converter as a Python module. Written in Python.
Current minimum requirements: Python 2.7.x or 3.3+
You can include rabbit.py directly:
from rabbit import Rabbit
TODO: pip and easy_install
from rabbit import Rabbit
Rabbit.uni2zg("မင်္ဂလာပါ") # returns zg strings "မဂၤလာပါ"
Rabbit.zg2uni("မဂၤလာပါ") # returns unicode strings "မင်္ဂလာပါ"
- Fork it ( https://github.com/Rabbit-Converter/Rabbit-Python )
- Create your feature branch (
git checkout -b my-new-feature
)
- Install python 2.x and python 3.x
- Run
python test.py
andpython3 test.py
- Add a test case to test.py
- Implement the code.
- Make the tests pass.
- Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request
MIT