This is my first programming project built using Python. It is a simple command-line calculator that performs basic arithmetic operations.
- Addition โ
- Subtraction โ
- Multiplication โ๏ธ
- Division โ
- Handles division by zero errors
- Python 3
first-project/
โโโ main.py
โโโ README.md
- Clone the repository:
git clone https://github.com/karanavi57/simple-calculator.git
- Navigate to the project folder:
cd simple-calculator
- Run the program:
python3 main.py
- Basics of Python syntax
- Taking user input
- Using conditional statements (
if-else) - Handling errors (like division by zero)
- Add more operations (power, square root)
- Build a graphical user interface (GUI)
- Improve user experience
- GitHub: https://github.com/karanavi57
This project is part of my learning journey in programming. More projects coming soon!