/CalculatorTKInterTest

A calculator app built with Python and TkInter to test the GUI library capabilities. It allows performing basic math operations with a user-friendly interface.

Primary LanguagePython

CalculatorTKInterTest

This is a test of the TKInter library, to test the design of a simple user interface, of a basic calculator, with the aim of being able to learn the basic tools for the design of a more complex user interface for a real project.

Tecnology Description
Python programming language to create all the business logic of the program.
TKInter Graphic library to create the graphic environment of the application.