Skip to content

Commit 0f9bdc2

Browse files
authored
Update database.json
1 parent df7ab20 commit 0f9bdc2

File tree

1 file changed

+25
-1
lines changed

1 file changed

+25
-1
lines changed

assets/database.json

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -992,5 +992,29 @@
992992
"image_url": "https://raw.githubusercontent.com/DeltaGa/ctk_toggle/refs/heads/main/assets/thumbnail.jpg",
993993
"installation": "pip install ctk_toggle",
994994
"tags": ["ctktoggle", "ctk_toggle", "togglebutton", "button"]
995-
}
995+
},
996+
997+
"Maliang": {
998+
"name": "maliang",
999+
"type": "pip",
1000+
"icon": "tk",
1001+
"desc": "A lightweight UI framework drawn in Tk Canvas!",
1002+
"full_desc": "A lightweight UI framework based on tkinter with all UI drawn in Canvas! Maliang supports modern and interactive user interfaces, adaptive systems theme, plotting and animation of matplotlib, playing videos with audio, drawing simple 3D objects, and building custom widgets.",
1003+
"author": "Xiaokang2022",
1004+
"highlights": [
1005+
"Widgets drawn entirely from the canvas!",
1006+
"Very modern UI!",
1007+
"Partially compatible with tkinter!",
1008+
"It's very easy to learn!",
1009+
"Adaptive Systems Theme!",
1010+
"Support plotting and animation of matplotlib!",
1011+
"Support playing videos with audio!",
1012+
"Support for drawing simple 3D objects!",
1013+
"Easily build the widgets you want!"
1014+
],
1015+
"repo_url": "https://github.com/Xiaokang2022/maliang",
1016+
"image_url": "https://github.com/Xiaokang2022/maliang-demos/blob/main/preview/demo1-1.png?raw=true",
1017+
"installation": "pip install maliang",
1018+
"tags": ["maliang", "canvas", "tkinter", "ui framework", "widgets", "tkintertools"]
1019+
}
9961020
}

0 commit comments

Comments
 (0)