Thanks to visit codestin.com
Credit goes to github.com

Skip to content

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.

License

Notifications You must be signed in to change notification settings

longle325/simple-calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages