How can I create graphs like this? Any tool recommendations? I want to put my finances into one of these. Preferably automatically every month. So scriptable solutions preferred.
@xengi Matplotlib has support for similar diagrams: https://matplotlib.org/stable/api/sankey_api.html
Plotly too: https://plotly.com/python/sankey-diagram/