tkstyle

Difference between version 5 and 6 - Previous - Next
===none
What: '''tkstyle'''
Where: http://sourceforge.net/projects/freebs/
Description: Package to load [option] database resource
        files and dynamically apply changes to existing [widget]s.
        Also includes '''tkutils''' utility package, and '''tkdbeditor'''
        for editing the database resource files.
        Currently at version 1.0 .
Updated: 03/2005
Contact: See web site
===
-----
[https://github.com/pyrustic/tkstyle%|%TkStyle] is a styling library for Tkinter that takes advantage of the autocomplete feature of IDEs so that you hardly need any prior Tkinter styling knowledge.

Each Tkinter widget has a set of options that allow you to define its look. For example, the tkinter.Button widget has the background and foreground options to change the background color and the text color on the button respectively.

TkStyle reproduces for each widget a class which bears the name of the widget and which has attributes representing the options to modify the appearance of the widget.

[https://raw.githubusercontent.com/pyrustic/misc/master/media/cyberpunk-cover.png]

<<categories>> Package | Dev. Tools | GUI