Skip to content

Releases: NaldCapuno/FinTracker

FinTracker v1.1.0

Choose a tag to compare

@NaldCapuno NaldCapuno released this 16 Sep 13:54

Version 1.1.0 - UI Update and New Feature

  • Added a new "Open Path" button to easily access the file location of the data.
  • Updated UI

FinTracker

FinTracker v1.0.0

Choose a tag to compare

@NaldCapuno NaldCapuno released this 11 Sep 12:20
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.