Aim of this project is to create an opensource keyboard manager to type non-english languages. eKalappai uses popular scim-table format for handling the keyboards. Its an improved version of ekalappai.
- In this version we planned to include the option to support the multiple languages. You could add many scim-tables on your own which is freely available in internet as you wish.
- Auto update feature for application
- Project is written in python - Download Here Install python 3.x version
- PYQT5 is used as GUI toolkit - Download Here See in the bottom for build package. Select and download package according to your system.
- Pyhook for Keyboard hook - Download Here Select and download the pyhook version according to your python version and system. cp3.x denotes python version. Use command prompt, navigate to downloaded directory and then use pip install "downloaded_file_name". It could be like wheel file
- win32api for windows api - Download Here Select latest build and download the correct version according to your python version.
- Peewee as light weight ORM - pip install peewee Use this command to install.
This application is licensed under GPLv2+
This application is in development stage. Use at your own risk