A simple command-line expense tracker built with Python. This project allows users to record, view, summarize, and delete their daily expenses. Expense data is stored permanently in a JSON file.
A command-line Expense Tracker built with Python. This project focuses on the backend logic of an expense tracking application. The goal is to develop and test the application's core functionality ...