Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vednig/shadowtk

Add Shadows to Tkinter Components
https://github.com/vednig/shadowtk

python shadow styling tkinter tkinter-graphic-interface tkinter-gui tkinter-gui-library tkinter-library tkinter-python tkinter-widgets widget

Last synced: 9 days ago
JSON representation

Add Shadows to Tkinter Components

Awesome Lists containing this project

README

        

![image](https://github.com/vednig/shadowTk/assets/64083352/7b27b2b2-484e-44e3-a0da-17dd9dba3606)

# shadowTk
Add Shadows to Tkinter Components

## How To Use
Clone this git ito your project
```console
git clone https://github.com/vednig/shadowTk.git
```
Next,

```Python
import shadowTk
```
And to add shadow to your widget

```Python
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.