This is a simple GUI-based Expense Tracker built with Python and Tkinter. It allows users to add, view, delete, filter, and sort expenses with ease. The project is beginner-friendly and demonstrates how to create interactive desktop applications using Tkinter.
✨ Features:
Add expenses with description, category, and amount
Delete selected expenses
Filter expenses by category
Sort expenses by description, category, or amount (ascending/descending)
Display total expenses dynamically
User-friendly interface with table view
🛠️ Tech Stack:
Python
Tkinter (for GUI)
This project can be used as a starting point for learning GUI development in Python or extended into a full-fledged personal finance manager.