No description
| static | Unexecuted unexecutable files | |
| LICENSE | Unexecuted unexecutable files | |
| README.org | Unexecuted unexecutable files | |
| test_tkhints.py | Unexecuted unexecutable files | |
| tkhints.py | solved #1 | |
Tkinter Key Hinter
A program that creates hint window for keys.
Instalation
If you have nix installed download the tkhints.py file, make it executeble
and run it. Otherwise change the shbang to #!/usr/bin/env python3, install the
dependencies (tkinter) using your prefered package manager and run it.
Usage
Just pipe into tkhints.py text containing the keybinds with a description and
title. The tex should be formatted as follows:
- The title line should begin with
*; - The kebind shoul be separated from the description with
-,-are allowed in the description;
echo -e "* Henlo\nh - say henlo\ng - g-m" | ./tkhints.py