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.
- 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.
- Python
- Colorama (
pip install colorama
)
- Clone the repository or copy the code.
- Run the script using
python expense_tracker.py
. - Follow the prompts to manage your expenses.
- Export to CSV/Excel.
- Graphical summaries.
- Password protection.
Note: All data is stored in a file named expenses.txt
for persistent storage.