https://github.com/nickheyer/simpide
A super-simple IDE.
https://github.com/nickheyer/simpide
cpp ide open-source python text-editor
Last synced: about 1 month ago
JSON representation
A super-simple IDE.
- Host: GitHub
- URL: https://github.com/nickheyer/simpide
- Owner: nickheyer
- License: mit
- Created: 2021-08-02T23:14:17.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2022-02-20T22:22:19.000Z (over 4 years ago)
- Last Synced: 2025-09-09T23:36:44.068Z (10 months ago)
- Topics: cpp, ide, open-source, python, text-editor
- Language: Python
- Homepage:
- Size: 57 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# SimpIDE
Simple and clean.
This started as a personal project, but quickly evolved into something I think others may appreciate.
This IDE uses Tkinter libraries, as well as publically available "lexers" which define syntax highlighting for a variety of languages. As of right now, it even supports "running" the targeted script (given that it's a .py or .cpp).
Installation:
Download and run SimpIDE_Setup.exe
If you plan on using the C++ code runner, please download the official g++ compiler here (https://www3.cs.stonybrook.edu/~alee/g++/g++.html) or elsewhere.
Same goes for python (https://www.python.org/downloads/)
FALSE AV TRIGGER: As a result of this app not being signed (i'd rather not pay $400/yr) and because it executes shell commands to run python or compile/run c++ programs, it may be flagged by your av software.