Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 693 Bytes

README.md

File metadata and controls

26 lines (20 loc) · 693 Bytes

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 or add 5000 or add 5000.5
  • Save expenses: expense cost1,cost2,cost3,.... (cost1,cost2,cost3 are values)
    • Demo cost 1280,550,382,120
  • To delete current balance : delete
  • Get expense history: history
  • Stop CLI: stop