/Tkinter_python_simple_calculator

a Simple Calculator in Python 3 with a Tkinter GUI

Primary LanguagePython

Tkinter python simple calculator

Goal

This is a python program for a GUI Calculator made using the tkinter module.

Description

The implementation for now is only about some basic things ("+", "-" ," *" , "/")

But it also check the input fields. Only accepted are numbers for the entries.