User must first ensure they have pandas, streamlit, and matplotlib installed to their python environment
First run the following: pip install pandas, streamlit, matplotlib
Next ensure that whatever IDE you are using, your python environment is the one that contains the newly installed modules Ex. It may install to your Anaconda environment path
Finally run the program by reaching main.py if a cmd or equivalent process and enter the following command: streamlit run main.py
This will launch the application in your default browser and allow you to interact with the program.
If you would like to restart the program with fresh data, delete the generated .csv file
Add monthly tracking functionality, and along with it more statistical data to help guide and inform the user of their spending habits.
Add the ability to remove or customized past data entries.