Skip to content

AmanSinghBhogal/Calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Error 404 Calculator

About Calculator:

This is an Calculator Application made in Python using Tkinter library.The source code is available to everyone under the standard MIT license.

Want to Try it Online?

Screen Shots:

S1
S2
S3

Steps to Run on Local Machine


Note: You need to have Python installed in your Local Machine if not, first install it from here.

Step 1) Clone AmanSinghBhogal/Calculator.
Step 2) Open Calculator Cloned Directory in Command Prompt.
Step 3) Run the Following commands to install necessary Libraries:
pip install tk pillow
Step 4) Open Calculator.py in Visual Studio code and Click Run.

Thank You