Skip to content

Commit 8cb82be

Browse files
authored
Update database.json
1 parent 8c96200 commit 8cb82be

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

assets/database.json

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1035,5 +1035,25 @@
10351035
"image_url": "https://raw.githubusercontent.com/iLollek/CTkExtendedGraph/refs/heads/main/demo_picture.png",
10361036
"installation": "pip install CTkExtendedGraph",
10371037
"tags": ["customtkinter", "widget", "matplotlib", "data visualization", "bar chart", "chart", "graph", "ctkextendedgraph"]
1038-
}
1038+
},
1039+
1040+
"CTkFIleDialog": {
1041+
"name": "CTkFIleDialog",
1042+
"type": "manual",
1043+
"icon": "ctk",
1044+
"desc": "A customizable and dynamic widget for stacked bar charts!",
1045+
"full_desc": "An alternative to the standard tkinter.filedialog, written in CustomTkinter, so it matches the style of CustomTkinter applications.",
1046+
"author": "limafresh",
1047+
"highlights": [
1048+
"A better File Dialog for customtkinter",
1049+
"You can customize the width, height, title and initial dir. Folder browsing is fast and lag-free.",
1050+
"File Picker Widget",
1051+
"Cross Platform"
1052+
],
1053+
"repo_url": "https://github.com/limafresh/CTkFileDialog",
1054+
"image_url": "https://raw.githubusercontent.com/limafresh/CTkFileDialog/main/screenshot3.png",
1055+
"installation": "https://github.com/limafresh/CTkFileDialog",
1056+
"tags": ["ctkfiledialog", "customtkinter", "tkfiledialog", "filedialog", "fileexplorer", "finder", "fileopener", "filepicker", "ctkfilepicker"]
1057+
},
1058+
10391059
}

0 commit comments

Comments
 (0)