/calculator-tkinter

Basic calculator using tkinter.

Primary LanguagePython

Calculator App

A simple calculator application built with Python and Tkinter.

Features

  • Basic arithmetic operations: addition, subtraction, multiplication, division.
  • Unary operations: square root, square, reciprocal.
  • Clear user interface taken inspiration from Microsoft's calculator.

Installation

  1. Clone the repository:

    git clone https://github.com/enesscakmak/calculator-tkinter
  2. Change into the project directory:

     cd calculator-tkinter
  3. Run the calculator:

     python main.py
    

Usage

Enter numbers and perform calculations using the buttons provided. Use the additional features like square root for advanced calculations. Clear the entry or the entire equation as needed.