This project is a desktop-based personal expense tracker built using Python and Tkinter.
The application allows users to record their daily expenses, view them in a graphical user interface, and visualize expenses by category using charts.
Features:
Add expenses through a GUI
Display all recorded expenses
Visualize expenses using bar charts
Data stored in a text file
This project demonstrates Python GUI development, file handling, and basic data visualization.