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.
To use this on your pc just run the following command on your terminal or command line
python3 -m pip install tk
git clone https://github.com/S0M3N/Mac-Calculator-python
cd Mac-Calculator-python
python3 calculator.py
and that is it you will see a calculator similar to that of mac one.
A short and simple permissive license with conditions only requiring preservation of copyright and license notices.