A simple desktop application to track your daily expenses, manage budgets, and visualize your spending – built with Python, Tkinter, SQLite, and Matplotlib.

- Add and categorize expenses (e.g., Food, Transport, etc.)
- Auto-fills today’s date (or lets you choose another)
- Set monthly budgets and receive warnings if exceeded
- View a pie chart of your spending categories
- 🗑Delete selected expense entries
- Data is saved locally using SQLite
- Python – core logic
- Tkinter – GUI
- SQLite – local database
- Matplotlib – data visualization
- Export reports to CSV or PDF
- Filter by month/year using a calendar picker
- Deploy as a web app using Flask
Make sure Python is installed. Install required libraries:
pip install matplotlib pandas
.