Skip to content

The Personal Expense Tracker is a Python-based tool that helps users manage their daily expenses efficiently. It features categorized expense recording, monthly summaries, and a color-coded interface for enhanced usability. Data is stored persistently using a text file system.

Notifications You must be signed in to change notification settings

xDevanshu-Garg/Expense-Tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Expense-Tracker

Personal Expense Tracker

Overview

The Personal Expense Tracker is a command-line application built with Python to help users manage their daily expenses effectively. It allows users to add, view, and delete expenses, as well as generate monthly summaries, all stored persistently in a text file.


Features

  • Add Expense: Record expenses with category, amount, and date.
  • View Expenses: Display categorized expenses.
  • Monthly Summary: Get a breakdown of expenses for a specific month.
  • Delete Expense: Remove unwanted entries.
  • Color-Coded Interface: Enhanced readability using the Colorama library.

Requirements

  • Python
  • Colorama (pip install colorama)

Usage

  1. Clone the repository or copy the code.
  2. Run the script using python expense_tracker.py.
  3. Follow the prompts to manage your expenses.

Future Enhancements

  • Export to CSV/Excel.
  • Graphical summaries.
  • Password protection.

Note: All data is stored in a file named expenses.txt for persistent storage.

About

The Personal Expense Tracker is a Python-based tool that helps users manage their daily expenses efficiently. It features categorized expense recording, monthly summaries, and a color-coded interface for enhanced usability. Data is stored persistently using a text file system.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages