Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 548 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 548 Bytes

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.