Package tkinter_qu

This library holds some useful code and gui components that can be used with any tkinter application

Expand source code
"""This library holds some useful code and gui components that can be used with any tkinter  application"""

Sub-modules

tkinter_qu.base

Contains the base functionaity of the library (everything besides GUI stuff)

tkinter_qu.gui_components

This module holds all the GUI components of the application. Most of the GUI components just have one some additional feature on top of the base …