This is a basic calculator program written in Python that can perform addition, subtraction, multiplication, and division operations. It provides a simple command-line interface for users to perform calculations.
- Addition (+)
- Subtraction (-)
- Multiplication (*)
- Division (/)
Make sure you have Python installed on your system. You can download it from Python's official website.
-
Clone the repository to your local machine:
git clone https://github.com/P4R4D0X-HACKS/calculator.git
-
cd simple-python-calculator
-
python calculator.py