This is a basic calculator app made with python's tkinter module.
It is based on the layout of the standard numpad keyboard.
The NUMLK key was replaced with a "Clear" button
Adapted from https://www.geeksforgeeks.org/python-simple-gui-calculator-using-tkinter/