# sharepack Turn a local Python web app into a **single HTML file** anyone can open. No server, no tunnel, no deploy, no install on either side. ```bash pip install sharepack sharepack /path/to/your/project -o demo.html ``` Works with **Django, Flask, and FastAPI**. Send `demo.html` over Slack or email. The recipient double-clicks it. Python boots in their browser via [Pyodide](https://pyodide.org) (WebAssembly), your app runs against a snapshot of your SQLite data, and every click and form submit is handled entirely inside their tab.
Live demos — each built from a fixture app in sharepack's test suite, running entirely in your browser: