Skip to content

microkoda/budget_gui

 
 

Repository files navigation

Description

This is a simple budgeting GUI script built from tkinter

Usage

Execute the main.py file in the commandline to constuct GUI. All customization of GUI menu labels, function mappings and media are handled in the init of budget_gui.py. The media files are contained in this repo under pics folder.

Python Environment

This script runs on Python 3.9.4.

Dependencies

The only dependency is for Pillow 3.8.0, used to handle jpg files.

Design Choices

The entire GUI is contained in a single class in budget_gui.py. The approach was used to code reusability. The module budget.py is a non-GUI interpretation of the same concept, still under construction.

About

First take at Tkinter

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%