Beancount2ledger converts files in the beancount format to either ledger or hledger output.
You can install beancount2ledger with pip:
pip3 install beancount2ledger
Beancount2ledger takes a file argument, loads the file into beancount data structures, and converts the data to ledger output.
You can use the --format
(-f
) option to toggle between ledger
and hledger
output.
You can read the documentation online thanks to Read the Docs.