/Calculator

Simple BODMAS Python Calculator App. GUI is made using Tkinter Library.

Primary LanguagePythonMIT LicenseMIT

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?

Link: Calculator

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