Skip to content

Commit df7ab20

Browse files
authored
Update database.json
1 parent 97a802b commit df7ab20

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

assets/database.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -978,5 +978,19 @@
978978
"image_url": "https://github.com/Valer100/winaccent/blob/main/assets/hero.png?raw=true",
979979
"installation": "pip install winaccent",
980980
"tags": ["winaccent", "color", "accent", "windows"]
981+
},
982+
983+
"CTkToggle": {
984+
"name": "ctktoggle",
985+
"type": "pip",
986+
"icon": "ctk",
987+
"desc": "Toggle Button widget",
988+
"full_desc": "A lightweight and easy-to-use Python package designed to simplify the creation and management of toggle buttons and toggle groups using CustomTkinter. 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.",
989+
"author": "Tchicdje Kouojip Joram Smith",
990+
"highlights": ["Create toggle buttons with customizable states.", "Group buttons for coordinated toggling.", "Easily manage toggle states programmatically.", "Freely engage in the development of cleaner UIs.", "Enhance versatility by replacing CTkSwitch with CTkToggleButton."],
991+
"repo_url": "https://github.com/DeltaGa/ctk_toggle",
992+
"image_url": "https://raw.githubusercontent.com/DeltaGa/ctk_toggle/refs/heads/main/assets/thumbnail.jpg",
993+
"installation": "pip install ctk_toggle",
994+
"tags": ["ctktoggle", "ctk_toggle", "togglebutton", "button"]
981995
}
982996
}

0 commit comments

Comments
 (0)