Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 246 Bytes

File metadata and controls

7 lines (5 loc) · 246 Bytes

Calculator-using-python

This project contain a simple calculator using python.

Modules

  1. tkinter: Python module for Graphical User Interface (GUI)
  2. math: Python module for mathmatical calculation and to perform mathmatical operation.