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.
- Addition (+)
- Subtraction (-)
- Multiplication (*)
- Division (/)
- Trigonometric functions (sin, cos, tan)
- Mathematical constant pi (𝝅)
- Delete button to clear the entry
- Equal button (=) to calculate the expression
- Python 3.x
- Tkinter (usually included with Python distributions)
-
Clone the repository to your local machine:
git clone https://github.com/yourusername/simple-calculator.git
-
Navigate to the project directory:
cd simple-calculator -
Run the Python script:
python calculator.py
This project is created by longle325. Feel free to contribute or report issues.
This project is licensed under the MIT License.