|
1058 | 1058 |
|
1059 | 1059 | "CTkSeparator": {
|
1060 | 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": [ |
| 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 | 1067 | "Customizable separating line",
|
1068 |
| - "Supports dashed styles", |
1069 |
| - "Gradient colors for styling", |
1070 |
| - "Adjustable thickness", |
| 1068 | + "Supports dashed styles", |
| 1069 | + "Gradient colors for styling", |
| 1070 | + "Adjustable thickness" |
1071 | 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"] |
1076 |
| - } |
| 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"] |
| 1076 | + } |
1077 | 1077 | }
|
1078 | 1078 |
|
0 commit comments