This program was a final for my Python class where me and another student collaborated to make a finance tracker for both personal and business use, the program can export data to a CSV file, track expenses, and has a GUI
This program has one dependency: Panda
When the user prompts the program, it will create a file called data.txt and expenses.csv. expenses.csv only displays expenses, meanwhile, data.txt will display the user's income, expenses, and saving goal.
The user's income can be changed by prompting the program. However, once a user has prompted for an expense to be input an expense amount must be given along with a category,