An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

![icon](https://user-images.githubusercontent.com/60236014/128037484-b116307a-5e76-4d20-b213-a7b3bd89030d.png)
# 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.