Skip to content

Commit cf2ae30

Browse files
authored
Update README.md (thumbnail and demo)
- added the thumbnail image and the demo video to the README.md file.
1 parent 45207a5 commit cf2ae30

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# ctk_toggle: CustomTkinter Toggle Buttons and Groups
2+
<img src="https://github.com/DeltaGa/ctk_toggle/blob/main/assets/thumbnail.jpg" alt="thumbnail">
23

34
## Overview
45
`ctk_toggle` is a lightweight and easy-to-use Python package designed to simplify the creation and management of toggle buttons and toggle groups using CustomTkinter. With it, you can seamlessly integrate visually appealing toggle buttons into your CustomTkinter-based GUI applications. The package supports dynamic group behavior, customizable colors, and robust state management, making it ideal for modern, interactive user interfaces.
@@ -19,7 +20,8 @@ Import modules:
1920
from ctk_toggle import CTkToggleButton, CTkToggleGroup
2021
```
2122
Check the [examples/](https://github.com/DeltaGa/ctk_toggle/tree/main/examples) directory for usage examples.
22-
Clean and beautiful UI made easier with `ctk_toggle` by saving precious space. See the [demonstration video](https://github.com/user-attachments/assets/36be28da-12be-4f27-994e-fe82e4cd7e9f).
23+
Clean and beautiful UI made easier with `ctk_toggle` by saving precious space.
24+
![demonstration video](https://github.com/DeltaGa/ctk_toggle/blob/main/assets/demo.mp4)
2325

2426
## Contributing
2527
See [CONTRIBUTING.md](https://github.com/DeltaGa/ctk_toggle/blob/main/CONTRIBUTING.md).

0 commit comments

Comments
 (0)