Skip to content

Latest commit

 

History

History
18 lines (8 loc) · 367 Bytes

README.md

File metadata and controls

18 lines (8 loc) · 367 Bytes

tk Win Extras

This module adds some reusable methods to a tkinter window. It is intended to be added as a second inheritance to tk.Tk windows or subclasses of tk.Tk and not have these methods rely on any other methods being added to the window.

See example.py for usage

install as editable module

python -m pip install --user -e .