The expense tracker cli from Roadmap.sh
$ 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.