A Basic Expense Tracker
- 3 Devlogs
- 11 Total hours
A command-line tool for storing and updating expenses in a CSV file.
A command-line tool for storing and updating expenses in a CSV file.
A Basic Expense Tracker: v1.0
The first version of this expense tracker comes with 6 basic commands. The GitHub README page contains further details about how to run the program.
Whether you run the program or not, please give the code a look (posted in the GitHub repository) and send feedback if possible!
A Basic Expense Tracker v0.3.0: Budgeting feature!!!
Allows the user to create a budget value of their choice. A warning will display if the budget is close to being reached (90% met) and when the budget is exceeded.
Added custom categories to my expense tracker