This is a simple calculator application built using Python. It supports basic arithmetic operations such as addition, subtraction, multiplication, and division.
- User-friendly interface
- Supports keyboard input
- Displays calculation history
- Clone the repository:
git clone https://github.com/yourusername/Calculator.git
- Navigate to the project directory:
cd Calculator
- Run the application:
python calculator.py
- Launch the application.
- Enter numbers and select an operation using the buttons.
- View the result displayed on the screen.