Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hledger-lit

A python3 streamlit+plotly app to plot hledger balance reports:

  • multi-line graph of assets/liabilities/income/expenses over time

  • treemap graph of all expenses

  • sankey graph of income vs expense money flows

  • sankey graph of money flows between income, expenses, assets and liabilities account categories

Installation & usage

python3 -m venv .venv
source ./.venv/bin/activate
pip install -r requirements.txt
streamlit run hledger_lit.py

This should open the app page in your browser. Defaults should be sensible enough for you to press "Generate Visualizations" and see the graphs immediately.

Try it

Repository contains example.journal generated out of slighly edited Cody.journal from hledger examples. Set the time range to 2021-01-01 to 2021-12-31.

How does it look like

streamlit-hledger_lit-2025-12-20-16-27-46.mp4

About

Hledger is Lit! - A hledger visualization with streamlit

Resources

Stars

13 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages