This simple calculator application takes input from the user for mathematical operations and displays the results.
- Run the
main.py
file. - Enter the first and second numbers.
- Choose the desired operation (+, -, *, /).
- Observe the result.
- Python 3.x
-
Clone the repository:
git clone https://github.com/cann072000/cann_calculator.git
-
Navigate to the project directory:
cd cann_calculator
-
Run the application:
python3 main.py
This project is licensed under the MIT License - see the LICENSE file for details.