Skip to content

Latest commit

 

History

11 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

Simple Calculator with Tkinter

This is a simple calculator application built using Python's Tkinter framework.

Description

This calculator provides basic arithmetic operations such as addition, subtraction, multiplication, and division. It also supports trigonometric functions (sin, cos, tan) and the use of the mathematical constant pi.

Features

  • Addition (+)
  • Subtraction (-)
  • Multiplication (*)
  • Division (/)
  • Trigonometric functions (sin, cos, tan)
  • Mathematical constant pi (𝝅)
  • Delete button to clear the entry
  • Equal button (=) to calculate the expression

Requirements

  • Python 3.x
  • Tkinter (usually included with Python distributions)

Usage

  1. Clone the repository to your local machine:

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

    cd simple-calculator
    
  3. Run the Python script:

    python calculator.py

Screenshot

image

Credits

This project is created by longle325. Feel free to contribute or report issues.

License

This project is licensed under the MIT License.

About

This is a simple calculator application built using Python's Tkinter framework. This calculator provides basic arithmetic operations such as addition, subtraction, multiplication, and division. It also supports trigonometric functions (sin, cos, tan) and the use of the mathematical constant pi.

Resources

Stars

11 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages