Skip to content

Commit 5e0f9d0

Browse files
authored
Update database.json
1 parent 887feb1 commit 5e0f9d0

File tree

1 file changed

+20
-1
lines changed

1 file changed

+20
-1
lines changed

assets/database.json

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1054,6 +1054,25 @@
10541054
"image_url": "https://raw.githubusercontent.com/limafresh/CTkFileDialog/main/screenshot3.png",
10551055
"installation": "https://github.com/limafresh/CTkFileDialog",
10561056
"tags": ["ctkfiledialog", "customtkinter", "tkfiledialog", "filedialog", "fileexplorer", "finder", "fileopener", "filepicker", "ctkfilepicker"]
1057+
},
1058+
1059+
"CTkSeparator": {
1060+
"name": "ctkseparator",
1061+
"type": "pip",
1062+
"icon": "ctk",
1063+
"desc": "Customizable Separator",
1064+
"full_desc": "CTkSeparator is a widget for CustomTkinter that provides a customizable separating line. It supports dashed lines, gradient colors, and adjustable thickness. This makes it useful for visually dividing UI sections in a modern, aesthetic way.",
1065+
"author": "AJ-cubes",
1066+
"highlights": [
1067+
"Customizable separating line",
1068+
"Supports dashed styles",
1069+
"Gradient colors for styling",
1070+
"Adjustable thickness",
1071+
],
1072+
"repo_url": "https://github.com/AJ-cubes/CTkSeparator",
1073+
"image_url": "https://raw.githubusercontent.com/AJ-cubes/CTkSeparator/refs/heads/main/examples/CTkSeparator%20Example.png",
1074+
"installation": "pip install CTkSeparator",
1075+
"tags": ["ctkseparator", "customtkinter", "ctk", "separator", "line", "gap", "border"]
10571076
}
1058-
10591077
}
1078+

0 commit comments

Comments
 (0)