Skip to content

Latest commit

 

History

History

simple_calculator

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Simple Calculator with Tkinter GUI

Welcome to the Simple Calculator with Tkinter GUI repository! This Python program creates a basic calculator application with a graphical user interface using the Tkinter library. It allows users to perform simple arithmetic operations.

Calculator Screenshot

Table of Contents

  1. Description
  2. Getting Started
  3. Usage
  4. Features
  5. Contributing
  6. License

Description

This Python program creates a simple calculator with a graphical user interface (GUI) using the Tkinter library. The calculator supports basic arithmetic operations such as addition, subtraction, multiplication, and division. Users can enter numbers and perform calculations by clicking the corresponding buttons on the GUI.

Getting Started

To get started with this calculator, follow these steps:

  1. Clone this repository to your local machine:

    git clone https://github.com/Baig-fatema/CODSOFT/simple_calculator.git
  2. Navigate to the folder: cd simple_calculator

  3. Run the calculator application: python main.py

Usage

  • Enter numbers by clicking the number buttons (0-9).
  • Perform arithmetic operations by clicking the operation buttons (+, -, x, /).
  • Click the "=" button to calculate the result.
  • Click the "Clear" button to clear the input field.
  • The result will be displayed in the input field.

Features

  • User-friendly graphical user interface (GUI).
  • Supports addition, subtraction, multiplication, and division.
  • Easy-to-use buttons for numeric input and operations.
  • Clear button to reset the input field.
  • Calculates and displays results accurately.

Contributing

Contributions to this repository are welcome! If you have suggestions for improvements, bug fixes, or new features, please feel free to fork the repository and submit a pull request. We appreciate your contributions.

License

This repository and its contents are licensed under the MIT License. You are free to use, modify, and distribute this code for personal or commercial purposes.

Acknowledgments

Thanks to the Python and Tkinter communities for their excellent documentation and resources. Also a sincere appreciation goes to @CODSOFT for the internship opportunity given to me that brought about this project.

Resources

Author

Baig Fatema