Skip to content

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

License

Notifications You must be signed in to change notification settings

S0M3N/Mac-Calculator-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages