Skip to content

FinTracker v1.0.0

Choose a tag to compare

@NaldCapuno NaldCapuno released this 11 Sep 12:20
· 10 commits to main since this release
9534734

FinTracker - Personal Finance Tracker

FinTracker is a simple personal finance tracking application built using Python and the tkinter library for a graphical user interface (GUI). It allows users to add, view, and manage basic financial transactions such as income and expenses. The data is stored in a CSV file for easy access and management.

How it Works

Once the app is launched, you'll see the following options:

  • Add: Opens a new window where you can input income (Amount In) and expenses (Amount Out). The data will be saved to transactions.csv.
  • Refresh: Recalculates the total income, expenses, and current balance and displays the updated values.
  • View Data: Opens the transactions.csv file for a detailed look at your transactions in your default spreadsheet editor.