vednig / shadowTk

Add Shadows to Tkinter Components

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Add Shadows to Tkinter Components

License:Apache License 2.0


Languages

Language:Python 100.0%