Budget Tracker
Overview
Budget Tracker is a Python-based application that allows users to input their budget, track expenses, and categorize their spending. The application provides a simple graphical user interface (GUI) using Tkinter to help users manage their finances effectively.
Features
User Profile Creation: Users can input their name, age, and salary.
Expense Logging: Users can add expenses with price and category.
Expense Tracking: Users can view a summary of their logged expenses.
User-Friendly GUI: The application utilizes Tkinter to provide an easy-to-use interface.
Installation
Ensure you have Python installed on your system.
Clone this repository or download the source code.
Navigate to the project directory and run the following command:
python budget_tracker.py
How to Use
Set Up User: Enter your name, age, and salary, then click "Set User".
Log Expenses: Enter the expense amount and category, then click "Add Expense".
View Expenses: Click "View Expenses" to see a summary of your logged expenses.