Daily-expenses-tracker-1.0
***This project is under construction
Prerequisite
- Python 3
Initial Setup:
- Clone the repository
- Enter the folder
daily-expenses
- Run the command
python3 exp.py
- Set your initial balance
- For more command see below
Necessary commands to run the CLI
- 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