This is a Python-based Expense Tracker that allows users to log their expenses, categorize them, and view a summary of their spending. It provides a user-friendly command-line interface for easy interaction.
Log Expenses: Users can log their expenses by providing details such as category, amount, and description. Categorization: Expenses are organized into categories for better management and tracking. Summary Display: Users can view a summary of their total expenses for each category, along with details of individual expenses. Data Persistence: Expense data is stored in a JSON file, allowing users to save and retrieve their data across sessions.
-
Clone the repository to your local machine.
-
Run the expense_tracker.py script.
-
Choose an option from the menu:
-
Log Expense: Enter details of the expense to log it.
-
View Summary: See a summary of total expenses for each category.
-
Quit: Exit the Expense Tracker program.
-
-
Follow the on-screen prompts to log expenses and view summaries