#personal finance trackerproject
4 messages · Page 1 of 1 (latest)
in date format, %y with lower case y takes only 2 digits for year (eg 25 rather than 2025)
use %Y instead
Thanks bro
Today I tried to make a ui for this using streamlit python. Transaction details are getting as expected, but when I try to plot a graph it shows nothing.