This is a simple calculator built using Python and Tkinter. It supports basic mathematical operations such as addition, subtraction, multiplication, division, exponentiation, square roots, and constants like Pi (π).
- Basic Operations: Addition (
+
), Subtraction (-
), Multiplication (×
), Division (÷
). - Advanced Operations: Exponentiation (
^
), Square Root (√
). - Constants: Pi (
π
). - Error Handling: Invalid inputs will trigger an error message.
- Python 3.13
- Tkinter (usually comes with Python)
To use this calculator, you don't need to install any external libraries if you already have Python and Tkinter installed. To run the project:
-
Clone the repository:
git clone https://github.com/NinjaKinfe1/Simple_Python_Calculator.git