Metadata-Version: 2.1
Name: Stylehandler
Version: 0.0.1
Summary: An easy way to style your Tkinter widgets
Home-page: https://github.com/WiseNat/StyleHandler
Author: WiseNat
Author-email: nathan88wise@gmail.com
Project-URL: Source Code, https://github.com/WiseNat/StyleHandler
Project-URL: Documentation, https://github.com/WiseNat/StyleHandler
Project-URL: Bug Tracker, https://github.com/WiseNat/StyleHandler/issues
Keywords: Tkinter
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE.md

# StyleHandler

## Overview
A custom, Tkinter Style Handler for widgets. Allows the use of a minimalistic, CSS-like structure that can be easily
applied to any TK widgets (does not work for TTK widgets).

This also supports inheritance between styles and applying multiple styles to a single widget.

TTKs style handling exists but has flaws. A major one being that it doesn't function as expected:
https://stackoverflow.com/questions/17635905/ttk-entry-background-colour
