Skip to content

Ahmad1015/Python-GUI-Calculator-Using-Tkinter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Calculator App

Screenshot

A simple calculator application built using Python and Tkinter for creating a graphical user interface.

Features

  • Addition, subtraction, multiplication, and division operations.
  • Support for calculating the modulus and integer division.
  • Error handling for invalid input.

Getting Started

These instructions will help you get a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

You need to have Python and Tkinter installed on your system to run this application.

Installing

  1. 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

Running the Application

To run the calculator application, use the following command: ```bash python Calculator.py

Usage

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.

Contributing

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.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Acknowledgments

Thanks to the Tkinter library for providing a simple way to create GUI applications in Python.

About

This project showcases a user-friendly calculator built using the Tkinter library in Python.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages