Expense Tracker is a Python application for managing your expenses. It offers features to track, view, and delete expenses, as well as view expense data in the form of a chart. The user interface is built using the Tkinter library, and it stores expense data in an SQLite database.
- Track expenses by entering details like date, description, category, and price.
- View all expenses and monthly expenses.
- Delete expenses by specifying the expense ID.
- Add new expense categories.
- Visualize expense data in a monthly chart.