Skip to content

LouisTheXIV/JIDE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

JIDE

Json IDE made with Python tkinter!

Features

In JIDE everything is customisable down to the last detail, just open up the settings menu and modify it to your liking.
Includes: Syntax Highlighting, Auto Indentation, basic text editor features, JSON syntax support, and even more!
Screenshot of JIDE

Future Plans

Optimize code to be able to open larger files.
Add plugin support (so you can code your own plugins)!

How to run

Download the installer if you are on windows here https://github.com/LouisTheXIV/JIDE/releases/tag/v0.1.
If you want to run it with Python then clone the repo and run jide.py using Python 3, make sure to install requirements.txt first!