petemojeiko / tkinter-keyboard

Popup Keyboard for Tkinter Entry widget / Python 2.7

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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()

About

Popup Keyboard for Tkinter Entry widget / Python 2.7

License:MIT License


Languages

Language:Python 100.0%