PROJECTS

El proyecto es una aplicación que tiene como objetivo categorizar a las personas según sus condiciones de vida, nivel de gastos e ingresos. Realiza un análisis multicriterio considerando estas variables en cuatro subgrupos, en función de la distribución de sus ingresos dentro de estos grupos. El objetivo es que el individuo visualice su distribución de ingresos.

The project is a basic calculator application created using the tkinter library. It provides a graphical user interface where the user can input numbers and perform basic arithmetic operations. The calculator interface consists of a text entry field, numeric buttons (0-9), operation buttons (+, -, *, /), a calculate button, and a clear button.

The project is a Task Manager application created using the tkinter library. It allows users to manage their tasks by adding, deleting, and marking tasks as completed.