Mac Calculator Python

A simple mac theme calculator build on python tkinter able to perform simple calculative tasks.

Mac Calculator Python

A simple python tkinter calulator having mac calculator theme, which is able to do most of the calculation works like addition, substraction, multiplication, division.

Also have clear, squaring and square-root options.

Usage

For linux users

Firstly clone the repo to your local linux machine using git

Debian or ubuntu based distro users

  sudo apt install git
  git clone https://github.com/S0M3N/Mac-Calculator-python

Fedora(new) users

  sudo dnf install git
  git clone https://github.com/S0M3N/Mac-Calculator-python

Fedora(old) users

  sudo yum install git
  git clone https://github.com/S0M3N/Mac-Calculator-python

Arch or Arch based distro users

  sudo pacman -S git
  git clone https://github.com/S0M3N/Mac-Calculator-python

For windows user

Download the zip file of the repo. Click to download and then simply unzip the folder and use the commands below to use the application in your local window machine.

To use this on your pc just run the following command on your terminal or command line

  python3 -m pip install tk
  cd Mac-Calculator-python
  python3 calculator.py

and that is it you will see a calculator similar to that of mac one.