CompileX is a modern online Python IDE and compiler built using Monaco Editor and Pyodide WebAssembly. It allows users to write, run, and test Python code directly in the browser with an interactive split-screen console interface.
- Online Python code execution
- Monaco code editor integration
- Interactive terminal output
- Error tracking and line highlighting
- Split-screen workspace layout
- Support for Python libraries like NumPy, Pandas, SymPy and SciPy
- PyPI package installation support
- Responsive modern UI design
- HTML
- CSS
- JavaScript
- Monaco Editor
- Pyodide WebAssembly
- Download or clone the repository
- Open
index.htmlin your browser - Start writing and running Python code
index.html→ Main application structurestyles.css→ Complete UI stylingapp.js→ Application logic and Python execution enginelogo.svg→ Project logo
Vinit Gajjar