Skip to content

akashraj98/debtTracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

DebtTracker

Tool to track my debt among my friends.

Dependency

Python3

subcommands

  • add
  • show
  • total

add

adds transaction to the record based on date example:

$ tracker add -t '<- Ben 800 \\ for my new PC'
$ tracker add -t '-> Ben 100 \\ for his new router' -d '12-03-2019'

show

displays the current record

$ tracker show

total

adds the amounts from the transaction record based on either

  • name
  • date
  • name and date
$ tracker total
$ tracker total -n Ben
$ tracker total -d '12-03-2001'

About

Tool to track status of monthly debt to friends

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages