/tkinter-keyboard

Popup Keyboard for Tkinter Entry widget / Python 2.7

Primary LanguagePythonMIT LicenseMIT

Python 2.7 Tkinter

Subclass of the Entry widget with added functionality: Pop-up keyboard that instantiates when the Entry widget gains focus.

Usage: tk.KeyboardEntry(parent, keysize=5, keycolor='white').pack()