- Python
- Tkinter
This project provides a scientific calculator for easy and convenient usage. It supports:
- Basic Calculations: Addition, Subtraction, Multiplication, Division
- Scientific Calculations: Logarithmic, Trigonometric, and more.
- Clone the repository:
git clone https://github.com/mahika34/Scientific-calculator.git
- Move to the cloned directory
cd Scientific-calculator
- Run the python file as
python final.py
- Perform any mathematical operation of your choice.