Skip to content

mst-mkt/web-python-repl

Repository files navigation

Web Python REPL

Interactive Python shell in browser

Lint and TypeCheck Try it online

Screenshots

Screenshot

Development

Setup

$ git clone
$ cd web-python-repl
$ pnpm i --frozen-lockfile

Start dev server

$ pnpm dev

Build

$ pnpm build

Lint, Format, TypeCheck

$ pnpm lint      # Lint
$ pnpm lint:fix  # Lint and Fix
$ pnpm format    # Format
$ pnpm typecheck # TypeCheck

Main Dependencies

Pyodide logo Pyodide Python distribution for the browser and Node.js based on WebAssembly
Vitejs logo Vite Next Generation Frontend Tooling
MasterCSS logo MasterCSS A Virtual CSS language with enhanced syntax