1
1
Fork
You've already forked tkhinter
1
No description
  • Python 100%
2023年12月30日 17:21:44 +02:00
static Unexecuted unexecutable files 2023年12月30日 17:21:44 +02:00
LICENSE Unexecuted unexecutable files 2023年12月30日 17:21:44 +02:00
README.org Unexecuted unexecutable files 2023年12月30日 17:21:44 +02:00
test_tkhints.py Unexecuted unexecutable files 2023年12月30日 17:21:44 +02:00
tkhints.py solved #1 2023年12月30日 17:15:10 +02:00

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

example usage