/shadowTk

Add Shadows to Tkinter Components

Primary LanguagePythonApache License 2.0Apache-2.0

image

shadowTk

Add Shadows to Tkinter Components

How To Use

Clone this git ito your project

git clone https://github.com/vednig/shadowTk.git

Next,

import shadowTk

And to add shadow to your widget

shadowTk.Shadow(widget,color='#ccffcc', size=1.3, offset_x=-5, onhover={'color':'#88cc88'})

Examples are available in example folder

If you have any features or suggestions please open an issue.