Todayโs project is a Beginner-Friendly Expense Tracker written in Python.
Features
- Add expenses (description + amount)
- View all expenses
- See the total spent automatically calculated
Why itโs great for beginners
- Uses lists of dictionaries to store records
- Functions and loops for structure
- Input validation to prevent crashes
- Step-by-step comments to explain the logic
๐ Check the code on GitHub:
shadowMomina/day5_expense_tracker_beginners.py
๐ฌ Iโd love feedback and suggestions for the next version โ what features would you like to see? Categories? Delete expense? Graphs?
This post is part of my 90-Day Free Python Script Series. Follow along to learn practical Python with me!
Top comments (0)