Skip to content

azizhirani/simple_calculator_using_python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

Simple calculator using python -Tkinter

============================================

This repository contains a simple calculator application built using Python and the Tkinter library. The calculator provides basic arithmetic functionality, allowing users to perform addition, subtraction, multiplication, and division operations.

Features

  • User-friendly graphical interface
  • Addition, subtraction, multiplication, and division operations
  • Clear button to reset the input and result fields
  • Error handling for invalid input

Requirements

To run the calculator, you need to have the following installed:

  • Python (version 3.0 or above)
  • Tkinter library

Usage

  1. Clone or download this repository to your local machine.
  2. Ensure that you have Python and Tkinter installed.
  3. Open the terminal or command prompt and navigate to the project directory.
  4. Run the following command to start the calculator:
    python calculator.py
    
  5. The calculator window will appear, and you can start performing calculations.

TKINTER Display

Contributing

If you want to contribute to this project, you can follow these steps:

  1. Fork the repository.
  2. Create a new branch for your feature or bug fix.
  3. Implement your changes and ensure that the code follows the project's style guidelines.
  4. Test your changes thoroughly.
  5. Submit a pull request detailing your changes.

Disclaimer

This calculator is intended for educational purposes and may not be suitable for complex calculations. Use it at your own risk.

Acknowledgments

  • The Tkinter library for providing the graphical interface.
  • The Python community for their valuable contributions.

Feel free to explore and enhance this simple calculator. Enjoy calculating!

About

SIMPLE CALCULATOR

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages