Very basic finance tracking cli-tool
Supports
- Creating
- Deleting
- Getting
- Updating of Expenses, Income and Accounts
Usage:
- Create the accounts involved in transactions
- Create the transaction by specifying amount, source account, destination account, and optionally date, time and description
Not recommended to actually use this tool, I did it to learn database handling and arg-parsing in python.