We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b33a39 commit f57e80fCopy full SHA for f57e80f
package.json
@@ -2,7 +2,20 @@
2
"name": "customtkinter-snippets",
3
"displayName": "CustomTkinter-Snippets",
4
"description": "A curated collection of Python customtkinter snippets for building interactive GUI applications effortlessly.",
5
- "version": "3.0.0",
+ "version": "4.0.0",
6
+ "keywords": [
7
+ "python",
8
+ "gui",
9
+ "customtkinter",
10
+ "tkinter",
11
+ "custom",
12
+ "design",
13
+ "ui",
14
+ "framework",
15
+ "snippets",
16
+ "visual studio code",
17
+ "snippet"
18
+ ],
19
"engines": {
20
"vscode": "^1.86.0"
21
},
@@ -13,7 +26,7 @@
26
],
27
"license": "https://github.com/AshhadDevLab/CustomTkinter-Snippets/blob/main/LICENSE",
28
"galleryBanner": {
- "color": "#029CFF",
29
+ "color": "#33383F",
30
"theme": "dark"
31
32
"publisher": "AshhadDevLab",
0 commit comments