Loading repository data…
Loading repository data…
shiroonidg / repository
SmartSpend is a Python-based Expense Tracker application that helps users manage and analyze their daily expenses efficiently. The project includes a modern dark-themed GUI, SQLite database integration, and pie chart analytics for visualizing spending habits.
SmartSpend is a Python-based Expense Tracker application that helps users manage and analyze their daily expenses efficiently. The project includes a modern dark-themed GUI, SQLite database integration, and pie chart analytics for visualizing spending habits.
This project was built using Python, Tkinter, SQLite, and Matplotlib.
ExpenseTracker/
│
├── main.py
├── database.py
├── tracker.db
├── requirements.txt
└── README.md
git clone https://github.com/your-username/SmartSpend.git
cd SmartSpend
pip install matplotlib
python database.py
python main.py
Add your screenshot here.

Add your analytics chart screenshot here.

Users can enter:
The data is stored permanently using SQLite database. The application also generates a pie chart that shows category-wise spending distribution.
This project helped in understanding:
Developed by Dhairya
This project is open-source and available under the MIT License.