A simple Tkinter visualization of a keyboard with adaptive key heights and an optional headerless window.
- Windows only
- Python 3.13+
- uv package manager
- Install dependencies using uv:
uv sync- Activate the virtual environment:
& .\.venv\Scripts\Activate.ps1You can run the application by double-clicking run.bat or running it from the command line:
.\run.batOr manually:
& .\.venv\Scripts\Activate.ps1
python .\main.py