An open API service indexing awesome lists of open source software.

https://github.com/bharatkalluri/fire-calculator

FIRE calculator taking into account major expenses & inflation etc.
https://github.com/bharatkalluri/fire-calculator

finance streamlit

Last synced: 2 months ago
JSON representation

FIRE calculator taking into account major expenses & inflation etc.

Awesome Lists containing this project

README

          

# FIRE calculator

A simple fire calculator

### How to run it on your own machine

1. Install the requirements

```
$ pip install -r requirements.txt
```

2. Run the app

```
$ streamlit run streamlit_app.py
```