Skip to content

Releases: slightlynybbled/tk_tools

Widget improvements

09 Apr 01:34
Compare
Choose a tag to compare

Add ability to set date in the calendar widget
Add row labels to ButtonGrid.

Integrating images into Image Strings

19 Oct 00:20
Compare
Choose a tag to compare
  • fixed a bug in display of graph
  • moved image data into python variables (makes pyinstaller easier)

Adding 'Smart' widgets

26 Jun 11:45
Compare
Choose a tag to compare

Starting a small paradigm shift which will simply add Smart to several widgets that usually require a tkinter.variable to associate and watch for changes.

  • Removed DropDown in favor of SmartOptionMenu
  • Added SmartSpinBox
  • Added documentation

Wheel files can be found on PyPi.