just a fucking python ide. fast as hell, minimal bloat, zero bullshit. it looks like vs code but doesn't eat your ram like a fucking monster.
- no bloat: it just opens. no plugins, no telemetry, no updates.
- smart editor: it closes your fucking brackets
() [] {} "" ''and indents your colons automatically. - tabs: open as many files as you want until your 8gb ram screams.
- terminal: hit f5 to run your code. output is right there.
- auto-save: it saves your trash code before every run so you don't lose your shit.
get python 3 and pyqt6. don't use heavy shit.
debian/ubuntu:
sudo apt update && sudo apt install python3-pyqt6python3 main.py- f5: run this shit.
- ctrl + o: open file.
- ctrl + n: new tab.
- ctrl + s: save (though it auto-saves anyway).
gnu gpl v3. keep it fucking open or don't touch it.