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.
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.
- 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.
- Run the application and choose the option to add family members.
- Enter the names of the family members you want to track.
- Select the option to record earnings.
- Specify the earnings for each family member.
- Log expenses for various categories (e.g., groceries, bills).
- The application automatically calculates the remaining balance after deducting expenses.
git clone https://github.com/sree-hari-s/Expense-Tracker.git
cd Expense-TrackerCreate a virtual environment to isolate project dependencies:
py -m venv .venvActivate the virtual environment:
.\.venv\Scripts\activateIf you don't have Python 3.11 installed, install it using:
winget install python.python.3.11Install dependencies using Python 3.11:
py -3.11 -m pip install -r requirements.txtStart the Streamlit application using Python 3.11:
py -3.11 -m streamlit run app.pyThe application will start and open in your browser at:
http://localhost:8501
- 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.
Thank you all for, your contributions. Your contributions hold immense value for our project, and we are genuinely thankful for your valuable support. Your unwavering commitment and hard work are truly commendable.
This project is licensed under the terms of the MIT License.