/Expense-Tracker

Track your family expense

Primary LanguagePythonMIT LicenseMIT

FAMILY EXPENSE TRACKER ๐Ÿฆ

Logo
Logo

https://github.com/sree-hari-s/Expense-Tracker/network/members   https://github.com/sree-hari-s/Expense-Tracker/graphs/issues   https://github.com/sree-hari-s/Expense-Tracker/graphs/contributors   https://github.com/sree-hari-s/Expense-Tracker/stargazers   https://github.com/sree-hari-s/Expense-Tracker/watchers   https://github.com/sree-hari-s/Expense-Tracker/license   code style: black  

Welcome to the Family Expense Tracker - a simple Python project designed to help you keep track of your family members' earnings and expenses. This tool allows you to effortlessly manage family finances by adding members, recording their earnings, and calculating the remaining balance after deducting expenses.

Table of Contents

Introduction

Managing a family's finances can be challenging, especially when dealing with multiple sources of income and various expenses. The Family Expense Tracker simplifies this task by providing a user-friendly interface to:

  • ๐Ÿ’ผ Add Family Members
  • ๐Ÿ’ต Record Earnings for Each Family Member
  • ๐Ÿ“‰ Track Expenses
  • ๐Ÿ’ฐ Calculate Remaining Balance

With this tool, you can easily monitor and manage your family's financial situation.

Features

  • Add Family Members: Start by adding the names of family members whose earnings and expenses you want to track.
  • Record Earnings: Record the earnings for each family member. The tracker calculates the total earnings for the family.
  • Track Expenses: Log various expenses, and the tracker deducts these from the total earnings, showing the remaining balance.
  • User-Friendly Interface:

The Expense Tracker features a simple and easy-to-navigate interface, ensuring a seamless user experience, allowing you to effortlessly manage your family's financial data.

How to Use

  1. Add Family Members:

    • Run the application and choose the option to add family members.
    • Enter the names of the family members you want to track.
  2. Record Earnings:

    • Select the option to record earnings.
    • Specify the earnings for each family member.
  3. Track Expenses:

    • Log expenses for various categories (e.g., groceries, bills).
    • The application automatically calculates the remaining balance after deducting expenses.

Installation

  1. Clone the repository:

    git clone https://github.com/sree-hari-s/Expense-Tracker.git
    cd Expense-Tracker
  2. Install the required dependencies

     pip install -r requirements.txt
  3. Run the Application

    Now you can run the Family Expense Tracker application using Streamlit:

    streamlit run app.py

How to Contribute

  • If you wish to contribute in any way, feel free to get involved. You can suggest improvements or provide support and encouragement by opening an issue.

License

This project is licensed under the terms of the MIT License.