Skip to content

harshala334/Calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Simple Calculator using Tkinter

This is a basic calculator application built using Tkinter, the standard GUI toolkit for Python. It supports basic arithmetic operations, square root, trigonometric functions, and exponentiation.

Features

  • Addition, subtraction, multiplication, and division.
  • Square root, sine, cosine, and tangent functions.
  • Exponentiation using the '^' symbol.
  • Clear button to reset the input.
  • Delete button to remove the last entered character.
  • Error handling for invalid expressions.

How to Use

  1. Clone the repository to your local machine:

    git clone https://github.com/your-username/simple-calculator-tkinter.git
  2. Navigate to the project directory:

    cd simple-calculator-tkinter
  3. Run the calculator:

    python calculator.py
  4. Use the buttons to input expressions and see the results in the entry field.

Dependencies

  • Python 3.x
  • Tkinter

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages