An open API service indexing awesome lists of open source software.

https://github.com/cau777/pyodide-shell

Online Python shell with highlighting
https://github.com/cau777/pyodide-shell

pyodide python shell wasm

Last synced: about 2 months ago
JSON representation

Online Python shell with highlighting

Awesome Lists containing this project

README

          

# Pyodide online shell

This is a quick and simple project that hosts a Python shell online. The Python interpreter runs in the browser with
WebAssembly, and there is also syntax highlighting for commands.

### Motivation

My motivation for building this is that I'm used to using Python as a calculator so it's helpful to have it directly in
the browser. If you want to use this, I recommend adding it to the sidebar, like:

![example usage with the shell on the sidebar](https://github.com/cau777/pyodide-shell/blob/master/example-screenshot.png)