theadeyemiolayinka / python-scripts

An Open Source repository for python developers to share their codes.
MIT License
27 stars 39 forks source link

feat: Adding Expense Tracker (Issue #141) #146

Closed Master-Keshav closed 11 months ago

Master-Keshav commented 11 months ago

Fix to Issue #141

===============================

Features: 1) Expense tracking: Users can add, view, and categorize their expenses. 2) Categories: Expenses can be categorized into different types (e.g., groceries, entertainment, bills). 3) Expense insights: Provide statistics and insights into spending patterns, such as total spending per category, monthly expenses, and average daily spending. 4) Persistence: Allow users to save their expense data to a file for future reference. 5) User-friendly command-line interface or a simple GUI.

Checklist

theadeyemiolayinka commented 11 months ago

Project reviewed and merged. Thank you @Master-Keshav Feel free to add more projects.