Just a simple calculator
Just a simple calculator to play with the Tkinter library and also testing out some of Python's special methods in classes. The calculator keeps track of previous calculations just like normal calculators on your OS would.
Original design idea taken from DJ Oamen's tutorial "How to Create Calculator in Python - Full Tutorial"
Did the design a bit differently in the code to dynamically create some of the buttons using a nested list with dictionaries to hold the attributes for each button.
python CalcFinal.py