jefcolbi / Tkinter_python_simple_calculator

a Simple Calculator in Python 3 with a Tkinter GUI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

a Simple Calculator in Python 3 with a Tkinter GUI


Languages

Language:Python 100.0%