/pui-tk

Primary LanguagePython

PUI-Tk library

Description

Simplified interface for Tkinter UI library based on python >3.6 features.

Features

  • Improved ttkthemes loader. The default theme is Breeze (KDE).
  • Matplotlib figures support.
  • Custom Tkinter Layouts:
    • Grid Layout
    • Row Layout
    • Column Layout
  • Custom Components:
    • Chart component (support Matplotlib figures and canvas)
    • LabeledEntry (Combines Tkinter Label and Entry)
    • Custom Checkbox (possibilities to direct get checkbox state)
    • Custom Radiobutton (possibilities to direct get radiobutton state)
    • Custom event callback binding