python-greeklish

A greek to greeklish converter.


License
MIT
Install
pip install python-greeklish==1.2.4

Documentation

Greeklish Converter

This Python library converts any given Greek string to Greeklish.

Install

sudo python setup.py install

or

sudo pip install -e git+https://github.com/bkbilly/python-greeklish.git#egg=python-greeklish

How to use it

from greeklish.converter import Converter
myconverter = Converter(max_expansions=4)
print myconverter.convert(u'μια φορά και έναν καιρό.')

Credits