A personal finance tracking application built with Python and Tkinter.
This project was developed and tested using Python 3.12.7.
Install the required dependencies to run FinanceTracker:
python -m pip install -r requirements.txtTo start the FinanceTracker application, run:
python main.pyThis will initialize the database and launch the login window.
python -m pytest tests/unit/database/ -vpython -m pytest tests/unit/app/ -v