https://github.com/mst-mkt/web-python-repl
🐍 Interactive Python shell in browser
https://github.com/mst-mkt/web-python-repl
pyodide python repl
Last synced: 2 months ago
JSON representation
🐍 Interactive Python shell in browser
- Host: GitHub
- URL: https://github.com/mst-mkt/web-python-repl
- Owner: mst-mkt
- Created: 2024-03-23T15:41:52.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-03T14:46:32.000Z (2 months ago)
- Last Synced: 2025-04-03T15:41:58.820Z (2 months ago)
- Topics: pyodide, python, repl
- Language: TypeScript
- Homepage: https://python-repl.keito.dev
- Size: 539 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Web Python REPL## Screenshots
## Development
### Setup
```sh
$ git clone
$ cd web-python-repl
$ pnpm i --frozen-lockfile
```### Start dev server
```sh
$ pnpm dev
```### Build
```sh
$ pnpm build
```### Lint, Format, TypeCheck
```sh
$ pnpm lint # Lint
$ pnpm lint:fix # Lint and Fix
$ pnpm format # Format
$ pnpm typecheck # TypeCheck
```### Main Dependencies
| | | |
|:----:| --------- | -------------------------------------------------------------------- |
|| Pyodide | Python distribution for the browser and Node.js based on WebAssembly |
|| Vite | Next Generation Frontend Tooling |
|| MasterCSS | A Virtual CSS language with enhanced syntax |