This is a simple macroeconomy simulator. Only for education purpose and the simulation of the economy is not necessarily realistic.
You can run this application directly in your browser without any setup:
This works using stlite, which allows Streamlit to run entirely in the browser using Pyodide (Wasm).
Install pip requirements:
pip install -r requirements.txtRun:
streamlit run main.py