Skip to content

A simple command-line expense tracker with save/load functionality app #2623

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

codewithdhruba01
Copy link

This pull request adds a command-line based Personal Expense Tracker Project built with Python. It allows users to manage and track their daily expenses categorized by type and date. The app supports adding, viewing, filtering, and saving expenses with an intuitive CLI menu.

  • Add and store daily expenses with category, date, and notes
  • View expenses by day, week, month, or all
  • Filter by category
  • Save and load expenses using file handling
  • Basic input validation for date and amount

This script is simple, self-contained, and useful for beginners to learn Python's datetime, file I/O, and list filtering.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant