Skip to content

Someone can save and track their daily expenses with this CLI tool.

Notifications You must be signed in to change notification settings

farhapartex/daily-expenses-tracker-1.0

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Someone can save and track their daily expenses with this CLI tool.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages