#EN-lang
CodeRun is a web application that allows you to run JavaScript and Python code directly in the browser using Pyodide and the built-in JavaScript engine.
- Support for running Python and JavaScript code in real-time.
- Simple and fast interface.
- Based on Pyodide for Python and the browser's native JavaScript engine.
- Option to switch between programming languages.
CodeRun uses Pyodide to run Python code in WebAssembly and the browser's native JavaScript engine to interpret JS code. Code entered in the editor is interpreted and executed, displaying the output in real-time.
CodeRun does not require any dependencies to be installed. You only need a modern browser that supports WebAssembly.
git clone https://github.com/your_user/code-run.git
cd code-run
Open the index.html
file in your browser:
xdg-open index.html # Linux
open index.html # macOS
start index.html # Windows
- Make sure you are connected to the Internet to load Pyodide from the CDN if you want to run Python code.
- There may be limitations in running certain Python libraries due to WebAssembly environment restrictions.
- If the console shows no output, check the loading of
pyodide.js
in the browser console.
📌 Developed by Ramdev
CodeRun es una aplicación web que permite ejecutar código JavaScript y Python directamente en el navegador utilizando Pyodide y el motor de JavaScript integrado.
- Soporte para ejecutar código Python y JavaScript en tiempo real.
- Interfaz simple y rápida.
- Basado en Pyodide para Python y el motor de JavaScript del navegador.
- Opción para cambiar entre lenguajes de programación.
CodeRun utiliza Pyodide para ejecutar código Python en WebAssembly y el motor de JavaScript nativo del navegador para interpretar código JS. El código ingresado en el editor es interpretado y ejecutado, mostrando la salida en tiempo real.
CodeRun no requiere instalación de dependencias. Solo necesitas un navegador moderno compatible con WebAssembly.
git clone https://github.com/tu_usuario/code-run.git
cd code-run
Abre el archivo index.html
en tu navegador:
xdg-open index.html # Linux
open index.html # macOS
start index.html # Windows
- Asegúrate de estar conectado a Internet para cargar Pyodide desde la CDN si deseas ejecutar código Python.
- Puede haber limitaciones en la ejecución de ciertas bibliotecas de Python debido a las restricciones del entorno WebAssembly.
- Si la consola no muestra salida, revisa la carga de
pyodide.js
en la consola del navegador.
📌 Desarrollado por Ramdev