Skip to content

Nabil201-ctrl/pocket-expense

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Pocket Expense

A small command-line tool to log daily spending. Nothing fancy, just add expenses and see where your money went.

What it does

  • Add an expense with amount, category, and note
  • List all expenses or filter by category
  • Show a quick summary by category

Setup

python -m venv venv
source venv/bin/activate
pip install -r requirements.txt

Usage

python main.py add 12.50 food "lunch"
python main.py list
python main.py summary

Data is stored in expenses.json in the project folder.

Stack

Python 3.10+

About

Simple CLI expense tracker written in Python

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages