from Hacker News

Show HN: A Personal Cash Flow Simulator

by Hyperlisk on 3/6/25, 2:59 PM with 0 comments

Hey, everyone! This is a small project I whipped together to help visualize money coming in and going out for my own needs. I've used a small Python script for literally years to budget and manage my money. I had always wanted visualizations and better interactivity than what I had in just a Python script.

So there is a chart view, a table view (very similar to the output of my Python script), and you can manage which transactions are applied in the simulation.

Try loading demo data from the settings page to see what it's like!

I hope someone can find use for this!