Basic GUI Calculator in Python using Zelle's graphics and math module. By: Bhavin Patel
Included in this project are the following files:
GUICalc.py - Primary Program to be executed graphics.py - Graphics module which the program is based on
Make sure both these files are in the same directory.
Upon execution of GUICalc.py, a graphical window should appear showing a familiar looking calculator design.
Input is from mouse clicks to corresponding buttons.
The following functions require a subsequent closing parenthesis ( ')' ) before evaluation ('=') can take place:
- Dec>Hex
- Dec>Bin
- √
- sin
- cos
- tan