modlinltd / arabic_rtlize

A python packaged form of Hasenj's arabic-writer

Home Page:http://github.com/j2labs/arabic_rtlize

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Arabic RTLize

Arabic RTLize is a python library written by HasenJ and repackaged by James Dennis

HasenJ's code is available here :: http://github.com/hasenj/arabic-writer

Usage

from arabic_rtlize.process import rtlize
ltr_word = '\xda\xa9\xd9\x85\xdb\x8c\xd9\xb9\xdb\x8c'
rtl_word = rtlize(unicode(lrt_word, 'UTF-8'))

Install

python ./setup.py install

Hasan <hasan.aljudy@gmail.com> James Dennis <jd@j2labs.net>

About

A python packaged form of Hasenj's arabic-writer

http://github.com/j2labs/arabic_rtlize


Languages

Language:Python 100.0%