Install the required dependencies:
pip install -r requirements.txt
Run the application using Flask:
flask --app .\app.py --debug run
Navigate to the URL the server recommends (some cli let you ctrl+click on the URL to launch it in a browser). The url should be something like:
- See the Pyodide site for other ways of running Python using WASM
- Note, not all modules are available - however almost every module with a PyPy version is available. For more details see here