Available Features
✏️ Code Editor
Full-featured text editor with undo/redo support, cursor tracking, and smooth scrolling.
🎨 Syntax Highlighting
Automatic highlighting for Python keywords, strings, numbers, comments, and functions.
▶️ Run Code
Execute Python scripts directly from the IDE with real-time output and error display.
💾 File Operations
Create, open, save, and manage Python files with persistent storage.
Quick Start
Run the Python script to launch the IDE, then:
File → Newto create a new file- Write your Python code in the editor
Run → Run Python Fileto execute- View results in the output console