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 thats a Sankey-Diagram, they can be generated by various software but for example I'll share this JS version using the d3.js library: https://d3-graph-gallery.com/sankey.html
Area Chart | the D3 Graph Gallery

How to build a Sankey plot with Javascript and D3.js: from the most basic example to highly customized examples.