Skip to content

Latest commit

 

History

History
62 lines (45 loc) · 1.97 KB

File metadata and controls

62 lines (45 loc) · 1.97 KB

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.

Screenshots

App Screenshot App Screenshot App Screenshot

License

LICENSE Screenshot

MIT

A short and simple permissive license with conditions only requiring preservation of copyright and license notices.