|
1016 | 1016 | "image_url": "https://github.com/Xiaokang2022/maliang-demos/blob/main/preview/demo1-1.png?raw=true",
|
1017 | 1017 | "installation": "pip install maliang",
|
1018 | 1018 | "tags": ["maliang", "canvas", "tkinter", "ui framework", "widgets", "tkintertools"]
|
| 1019 | + }, |
| 1020 | + |
| 1021 | +"CTkExtendedGraph": { |
| 1022 | + "name": "CTkExtendedGraph", |
| 1023 | + "type": "pip", |
| 1024 | + "icon": "ctk", |
| 1025 | + "desc": "A customizable and dynamic widget for stacked bar charts!", |
| 1026 | + "full_desc": "CTkExtendedGraph is a customizable and dynamic widget built on top of matplotlib for displaying stacked bar charts in Tkinter applications. It supports resizable GUIs, allows dynamic updates, and is highly customizable in terms of colors, categories, units, and title.", |
| 1027 | + "author": "Loris Dante (iLollek)", |
| 1028 | + "highlights": [ |
| 1029 | + "Resizable: Automatically adjusts dimensions based on available space.", |
| 1030 | + "Customizable: Tailor title, categories, colors, and units.", |
| 1031 | + "Dynamic Updates: Easily add new data entries.", |
| 1032 | + "Easy Install: Install via pip." |
| 1033 | + ], |
| 1034 | + "repo_url": "https://github.com/iLollek/CTkExtendedGraph", |
| 1035 | + "image_url": "https://raw.githubusercontent.com/iLollek/CTkExtendedGraph/refs/heads/main/demo_picture.png", |
| 1036 | + "installation": "pip install CTkExtendedGraph", |
| 1037 | + "tags": ["customtkinter", "widget", "matplotlib", "data visualization", "bar chart", "chart", "graph", "ctkextendedgraph"] |
1019 | 1038 | }
|
1020 | 1039 | }
|
0 commit comments