Source archive
Any platform
Run from source with Python 3 — see the steps below.
Personal project · Desktop application
A Python IDE built from scratch in PyQt5
A code editor and IDE written from scratch in PyQt5, using QScintilla as the editing component. It started as a single-file proof of concept and grew into a modular application with a project model, a plugin system and a language-server bridge.
The point of the project was to build the parts an IDE is usually assumed to have — syntax-aware editing, diagnostics, a debugger, source control — rather than to wrap an existing editor component and ship it.
Any platform
Run from source with Python 3 — see the steps below.
tar -xzf pymightyfalcon-source.tar.gz
cd pymightyfalcon
python3 -m venv .venv && source .venv/bin/activate
pip install -r requirements.txt
python src/main.pyThe embedded terminal panel needs xterm installed on the system.
The repository is private. If you would like to look through the code, get in touch and I will grant access.