Skip to content

skybert/qian

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Command that shows you what you've spent money on

Example usage:

$ ./bin/qian transactions-from-bank.csv [<month>]
{
  "car": -1044,
  "wine": -460.9,
  "records": {
    [..]
  },
  "health": -340.9,
  "month": "March 2018",
  "electronics": -1106,
  "clothes": -99,
  "restaurants-and-coffee": -73.5,
  "food": -5653.71,
  "home": -744.3,
  "various": 9529
}

The categories and shops to which these belong are defined in a number of .txt files. Each line in the category text file represents a shop. Nice and easy.

Dependencies

The only dependency is Python 3. No extra libraries are needed, hence no virtual environments, pip installs or indeed Docker containers. Lean and mean qian is! 😉

Licence

Licensed under the GPL v3

What does qian mean?

It's Chinese for money 💵

About

Shows you what you spend money on

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages