My calculator is a calculator programmed using python
I created this calculator as a personal project to learn more about python and implementation of GUI programming.I wanted to build a user_friendly interface calculator that handles basic arithmetic operations and maybe it get extended with more advances features in the future.
- This calculator can handle basic operations such as Summation,Subtracting,Multiplication and Division.
- It can handle division by zero errors.
- It can recognize errors such as syntax error.
Clone the repository
git clone https://github.com/Ali-0110/My_Calculator.git
cd My_Calculatorrun code
python calculator.py