sirakwht / amharic-keyboard

A python package to type amharic characters using latin alphabets

Home Page:https://amharic.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Amharic-keyboard

Demo

https://amharic.io

This is a simple python package that lets you type Amharic letters using Latin alphabet.

It will analyze the given Latin text for consonants + vowels and converts those words in to the equaivalent of Amharic words.

It follws the same pattern used for typing Amharic words when texting.

Installation:

pip install amharic-keyboard

or simply grab keyboard.py and import that.

requires python 3

usage

import amharic_keyboard as ak

print(ak.type("selam nachihu?"))  

#prints:
     ሰላም ናችሁ?

bugs

windows console doesn't support custom fonts so you won't be able to see the converted characters.

About

A python package to type amharic characters using latin alphabets

https://amharic.io

License:MIT License


Languages

Language:Python 100.0%