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.
- Host: GitHub
- URL: https://github.com/bharatkalluri/fire-calculator
- Owner: BharatKalluri
- License: apache-2.0
- Created: 2024-06-22T11:58:41.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-06-22T12:57:55.000Z (about 2 years ago)
- Last Synced: 2025-10-11T21:12:41.849Z (9 months ago)
- Topics: finance, streamlit
- Language: Python
- Homepage: https://bharatkalluris-fire-calculator.streamlit.app/
- Size: 2.07 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```