Skip to content

A real-world lifetime cashflow simulator that answers key questions pertaining to a user's financial future.

Notifications You must be signed in to change notification settings

codingcodeman/LifeMarket

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

LifeMarket

A real-world lifetime cashflow simulator that answers key questions pertaining to a user's financial future.

LifeMarket Setup

Requirements

  • Python 3.12+

Setup

  1. Create virtual environment:
   python3.12 -m venv .venv
  1. Activate it:
   source .venv/bin/activate
  1. Install dependencies:
   pip install pydantic python-dateutil pandas pyyaml
  1. Select interpreter in VS Code:
    • Press Cmd+Shift+P
    • Type "Python: Select Interpreter"
    • Choose .venv

About

A real-world lifetime cashflow simulator that answers key questions pertaining to a user's financial future.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages