I want to create a mindmap of money that I have sent and received using a CSV file with columns: from, to, money in, and money out.
I want to create a graph that shows money either moving in or out of each account, with the account I want to choose in the center.
I can't find a python library that does this. Is there a library that would let me do this? Or is that even possible using Python?