A Python-based expense tracker that stores and analyzes daily expenses, helping practice data handling, aggregation, and basic analysis concepts.
A simple console-based Expense Tracker built using Python.
This project helps users record daily expenses and view total spending while practicing core Python concepts.
- Add daily expenses with date, category, description, and amount
- View all recorded expenses
- Calculate total spending
- Menu-driven and easy to use
- Python
- Lists
- Dictionaries
- Loops (
while) - Conditional statements (
if / elif / else) - Basic input/output