Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vednig authored Dec 9, 2021
1 parent 03717ce commit 8f09aa2
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,17 @@
# 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 shadow
```
And to add shadow to your widget
```Python
shadow.Shadow(widget,color='#ccffcc', size=1.3, offset_x=-5, onhover={'color':'#88cc88'})
```

0 comments on commit 8f09aa2

Please sign in to comment.