Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 609 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 609 Bytes

Calculator

Brief

This is the demonstration of the Calculator using tkinter module in Python. I have just added basic functionality to the calculator i.e. addition, substractioin, multiplication, division.

Installation

Just clone the repository using https://github.com/pratik-suhas-pawar/Calculator.git and you are ready to go.

Modules

In this project I have used tkinter module to make a GUI application in python.