Skip to content

This project is a simple 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.

Notifications You must be signed in to change notification settings

MohsinQ123/Python-Expense-Tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

Python-Expense-Tracker

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.

Features:

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.

How to Use:

  1. Clone the repository to your local machine.

  2. Run the expense_tracker.py script.

  3. 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.

  4. Follow the on-screen prompts to log expenses and view summaries

About

This project is a simple 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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages