Skip to content
This repository has been archived by the owner on Mar 20, 2023. It is now read-only.
/ grecka Public archive
forked from ThemisB/grecka

Grecka is a python script to convert Greek to Greeklish based on ELOT 743

License

Notifications You must be signed in to change notification settings

Orfium/grecka

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

grecka

Grecka is a python script to convert Greek to Greeklish based on ELOT 743 (the standard conversion prototype ).

Install

To install from source run the following commands:

$ python setup.py bdist_wheel
$ pip install dist/grecka-{version}-py3-none-any.whl

Remember to replace the version to your current (0.0.1) version.

How to use

Via python:

from grecka.convert import Grecka

print(Grecka.toGreeklish("Ελληνικό κείμενο"))

Via the entrypoint CLI:

$ grecka to-greeklish "Ελληνικό κείμενο"

Methods

Grecka is a class with one static method that you can use.

Prototype: toGreeklish(greekText) --> Returns the string to its ELOT 743 greeklish representation.

About

Grecka is a python script to convert Greek to Greeklish based on ELOT 743

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%