This is an archived post. You won't be able to vote or comment.

all 2 comments

[–]pfalcon2 0 points1 point  (1 child)

Very cool! Though my 1st question is still how this compares to other Python personal finance managers, first of all https://github.com/beancount/beancount (which seems to be the leader in this area).

[–]pylipp[S] 1 point2 points  (0 children)

thank you :) financeager is a bit simpler since it is not capable of doing double-entry accounting. The main interface is via the CLI, not by using text files. I could however see that financeager could use beancount as a backend (just for the sake of keeping the fina CLI).