Skip to content

Commit

Permalink
CTkCodeBox
Browse files Browse the repository at this point in the history
  • Loading branch information
Akascape authored Jul 24, 2024
1 parent 96bc7a3 commit aad7597
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion assets/database.json
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,21 @@
"installation": "pip install tklinenums",
"tags": ["tklinenums","linenumbers", "number", "widget"]
},


"CTkCodeBox": {
"name": "ctkcodebox",
"type": "manual",
"icon": "ctk",
"desc": "Code Viewer Widget",
"full_desc": "Advanced Code Viewer for customtkinter, with line numbers and code highlighting.",
"author": "Akascape",
"highlights": ["Multiple language support", "Code syntax highlighting", "Multiple Color Themes", "Right-click copy-paste menu", "Line numbers on left side", "Fully customizable"],
"repo_url": "https://github.com/Akascape/CTkCodeBox",
"image_url": "https://github.com/user-attachments/assets/a22c6142-afc8-4239-840f-76e06ef7c668",
"installation": "https://github.com/Akascape/CTkCodeBox",
"tags": ["ctkcodebox", "codeeditor", "coding", "editor", "syntax", "programming", "codeview", "textbox", "codebox"]
},

"TkSheet": {
"name": "tksheet",
"type": "pip",
Expand Down

0 comments on commit aad7597

Please sign in to comment.