A real-world lifetime cashflow simulator that answers key questions pertaining to a user's financial future.
- Python 3.12+
- Create virtual environment:
python3.12 -m venv .venv- Activate it:
source .venv/bin/activate- Install dependencies:
pip install pydantic python-dateutil pandas pyyaml- Select interpreter in VS Code:
- Press
Cmd+Shift+P - Type "Python: Select Interpreter"
- Choose
.venv
- Press