Back to Kushal's profile
Kushal Pandya
Verified on Wooble
Student Expense Tracker
Overview
This is a Python command-line Student Expense Tracker. It runs with the Python standard library only, with no database or web framework required. How to run: python student_expense_tracker.py The program includes 3 sample expenses on first run, so reviewers can immediately view expenses, total spending, and highest spending category. It also includes the bonus monthly budget warning feature. Expenses and budget are saved locally in expenses_data.json so data remains available after closing the program.