A simple GUI-based Expense Tracker built using Python and Tkinter. This application allows users to record and manage their daily expenses through a clean desktop interface.
- Add expenses with name, category, and amount
- Categorize spending (Food, Transport, Shopping, Bills, Entertainment, etc.)
- View all expenses in a structured list
- Automatic calculation of total spending
- Simple and user-friendly graphical interface
- Python
- Tkinter (GUI framework)
- VS Code
- Clone the repository
- Open the project folder
- Run the following command:
python expense_tracker_app.py
- Expense deletion/editing
- Data persistence using file/database
- Spending analytics and charts
- Export expenses to CSV/Excel
- Dark mode UI improvements
Sanjam Bedi