Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 658 Bytes

File metadata and controls

19 lines (16 loc) · 658 Bytes

Expense tracker CLI

The expense tracker cli from Roadmap.sh

Usage

$ python3 main.py -h
usage: expense-tracker [-h] [-a DESC AMOUNT] [-r ID] [-l] [-s [MONTH]]

A simple (and primitive) CLI tool to track expenses

options:
  -h, --help            show this help message and exit
  -a DESC AMOUNT, --add DESC AMOUNT
                        Add an expense with an amount and a description.
  -r ID, --remove ID    Remove an expense with the specified ID.
  -l, --list            List all expenses.
  -s [MONTH], --summary [MONTH]
                        Summarize all expenses, can be sorted by month.