Releases: NaldCapuno/FinTracker
Releases · NaldCapuno/FinTracker
Release list
FinTracker v1.1.0
FinTracker v1.0.0
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.
