Skip to content

RCmags/Calculator-GUI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Calculator-GUI

This is a simple calculator GUI made with tkinter that is written in python 3. The calculator can perform basic operations such as addition, subtraction, multiplication and division. Beyond that it can delete the last input character (DEL) and it can clear the stored input (CE). It effectively mimmicks a cheap hand-held calculator.

To use the calculator, simply execute "simple_calc.py" with the python shell. If succesful, this should be the output: