Metadata-Version: 2.1
Name: amharic-keyboard
Version: 0.0.4
Summary: A package to type amharic letters
Home-page: https://github.com/magna25/amharic-keyboard
Author: Henok Hailemariam
Author-email: henny.bog@gmail.com
License: UNKNOWN
Download-URL: https://github.com/magna25/amharic-keyboard/archive/0.0.4.tar.gz
Description: # Amharic-keyboard
        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.
        
        
        # usage
        
        ```
        import amharic_keyboard as ak
        
        print(ak.type("selam nachihu?"))  
        
        #prints:
             ሰላም ናችሁ?
        
        ```
        
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
