- Python 3
- Clone the repository
- Enter the folder
daily-expenses
- Run the command
python3 exp.py
- Set your initial balance
- For more command see below
- Get Help:
help
- Check current balance:
balance
- Add balance:
add amount_money
(Input one amount for one time)- Demo
add 5,000
oradd 5000
oradd 5000.5
- Demo
- Save expenses:
expense cost1,cost2,cost3,.... (cost1,cost2,cost3 are values)
- Demo
cost 1280,550,382,120
- Demo
- To delete current balance :
delete
- Get expense history:
history
- Stop CLI:
stop