1
 2 // JSV Text Editor project page
 3 // This is my favourite project I did, and I plan on expending it
 4 // -------------------------------------------------------------------------------------------------------------------------------------------
 5
 6 class JSVTextEditor: public Project {
 7
 8    name: JSVTextEditor
 9
10    desc: Versatile Linux-based text editor built with Tkinter, offering features like file management, integrated terminal,
11          syntax highlighting, UVM autocompletion in SystemVerilog, and various keyboard shortcuts
12
13    tools: Python, Tkinter, OOP
14
15    github_link: Click here
16
17 }
18
19
20
21
22