| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
A command-line Expense Tracker application built using Core Python. This project allows users to manage their daily expenses efficiently with persistent JSON storage.
============= MENU =============
1. Add Expenses
2. View All Expenses
3. View Total Expenses
4. Update Expenses
5. Delete Expenses
6. Search Expenses By Category
7. Search Expenses By Date
8. Exit
✅ Add new expenses
✅ View all expenses
✅ Calculate total expenses
✅ Update existing expenses
✅ Delete expenses
✅ Search expenses by category
✅ Search expenses by date
✅ Persistent JSON data storage
✅ Date validation
✅ Amount validation
✅ Exception handling
Expense-Tracker/ │ ├── Expense_Tracker.py ├── expenses.json ├── README.md
git clone https://github.com/yourusername/Expense-Tracker.gitcd Expense-Trackerpython Expense_Tracker.py{
"date": "2026-07-12",
"category": "Food",
"description": "Burger",
"amount": 250
}This project strengthened my understanding of:
Rohan Talekar
Aspiring Python Developer | SQL | Data Analytics
GitHub: https://github.com/RohanTalekar01
⭐ If you found this project helpful, consider giving it a Star!
| Back | FazBrowse Home | New Git URL |