A basic calculator application with a user-friendly interface for performing arithmetic operations. The calculator supports addition, subtraction, multiplication, and division operations.
- Simple and intuitive user interface.
- Supports addition, subtraction, multiplication, and division.
- Clear button to reset the input.
- Equal button to calculate the result.
- Python
- Tkinter library
The calculator app can be enhanced with additional features:
- Sound effects for button clicks.
- Highlighting the input area during and after calculations.
- None reported at the moment.
To run the calculator app on your local machine, follow these steps:
- Clone the repository to your local machine.
git clone https://github.com/ZohraB612/Calculator.git
- Navigate to the project directory
cd Calculator
- Run the calculator app
python calculator_app.py