Hey folks,
I was not sure where to post this but a little while ago I uploaded a project of mine that I made after watching Adam’s tutorials on YouTube. It takes a csv bank balance sheet and provides a little dashboard to analyse it.
I have only just had time to make this post but its on github for anyone who wants to use it, expand on it etc Any constructive feedback is welcome too :))
Really enjoyed doing it and there is also a working demo you can test on python anywhere.
github: https://github.com/0xtommyofficial/Molmez-Personal-Finance
live demo: https://0xtommyofficial.pythonanywhere.com/
If anyone is curious as to how to style the little details on the tables and such I just used the inspector in the browser, the css classes seem like a spaghetti nightmare at first glance but there is a method to madness, if you inspect the element tree thoroughly almost everything can be re-styled.
Thanks to Adam for his excellent tutorials!