Implementation of a basic calculator that carries out fundamental operations such as addition, subtraction, division and multiplication
following mathematical precedence of calculation in addition to basic display formatting.
Program was written in python using the QT framework and pySide.
Link to github repository here.