Skip to content

A Tkinter GUI that visualizes financial transactions by categories and selected timeframes

Notifications You must be signed in to change notification settings

jasperdavid13/Financial-Visualizer

 
 

Repository files navigation

Financial Visualizer

Python, Tkinter, Matplotlib, SQLite.

Project Overview

A Tkinter-based graphical user interface (GUI) application that helps track, categorize, and visualize personal financial expenses/deposits.

Table of Contents

Program Requirements

This GUI requires matplotlib and numpy. To install these, you can run:

pip3 install -r requirements.txt

To run the program on Terminal, for example, enter python3 finance_tracker.py.

Visual Demo

Sample User Requests & Program Responses

Home View

View deposits vs. withdrawals

View by Tags

View by Year Only

Show Expenses Summary

About

A Tkinter GUI that visualizes financial transactions by categories and selected timeframes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%