sbreatnach / carillon

Ultra simple keyboard layout controller for Linux

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Carillon

See PROJECT.rst for basic description and usage

Development

Installation

Install library files first, then pip install:

sudo apt install libgirepository1.0-dev libcairo2-dev python-dev
pip3 install -r requirements.txt

Testing

Run the script with the default options and icons.

python3 -m carillon

Deploying

Follow instructions online for using PyPi and it's test environment. Then upload:

./setup.py sdist upload -r pypitest
./setup.py sdist upload -r pypi

TODO

  • Select current keyboard layout on startup
  • Create various OS distribution files

About

Ultra simple keyboard layout controller for Linux

License:MIT License


Languages

Language:Python 100.0%