Add Shadows to Tkinter Components
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.