Calculator-using-pythonThis project contain a simple calculator using python.Modulestkinter: Python module for Graphical User Interface (GUI)math: Python module for mathmatical calculation and to perform mathmatical operation.