mubarakmayyeri / monbud

A simple finance management app developed using Streamlit. It helps in managing personal finances effectively by dividing the salary using the 50-20-20-10 rule, recommended by finance experts.

Home Page:https://monbud.streamlit.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

monBud - Your finance buddy

monBud is a Streamlit application that helps you manage your personal budget and provides investment advice based on your financial goals.

Mange Your Personal Finance

Table of Contents

Description

monBud is a finance management tool that provides you with a breakdown of your monthly salary and helps you allocate it towards expenses, wants, investments and emergency funds, and self-development.

It also offers investment advice based on your financial goals, whether they are short-term, mid-term, or long-term. The advice includes recommendations for debt funds, equity, crypto, gold, and REITs.

The application is built using Streamlit, a Python library for building interactive web applications for data science and machine learning.

Functionalities

  • Calculate budget allocation based on monthly salary
  • Provide investment advice based on financial goals

How to Use

  1. Clone the GitHub repository
git clone https://github.com/mubarakmayyeri/monbud.git
  1. Install the required libraries
pip install -r requirements.txt
  1. Run the streamlit application
streamlit run main.py

This will run the monBud application on a new tab in your default browser

  1. Select the Budget Calculator or Investment Advisor option from the sidebar
  2. Enter the required input values and get the results

Acknowledgements

About

A simple finance management app developed using Streamlit. It helps in managing personal finances effectively by dividing the salary using the 50-20-20-10 rule, recommended by finance experts.

https://monbud.streamlit.app/

License:MIT License


Languages

Language:Python 100.0%