A simple calculator application built using Python and Tkinter for creating a graphical user interface.
- Addition, subtraction, multiplication, and division operations.
- Support for calculating the modulus and integer division.
- Error handling for invalid input.
These instructions will help you get a copy of the project up and running on your local machine for development and testing purposes.
You need to have Python and Tkinter installed on your system to run this application.
-
Clone the repository to your local machine:
git clone https://github.com/Ahmad1015/Python-GUI-Calculator-Using-Tkinter.git
Navigate to the project directory:
```bash
cd calculator-app
To run the calculator application, use the following command: ```bash python Calculator.py
Enter the numbers and operations using the on-screen buttons or your keyboard.
Click the "=" button to perform the calculation.
The result will be displayed on the screen.
If you'd like to contribute to this project, please follow these guidelines:
Fork the project. Create a new branch. Commit your changes. Push to the branch. Create a new Pull Request.
This project is licensed under the MIT License - see the LICENSE file for details.
Thanks to the Tkinter library for providing a simple way to create GUI applications in Python.