🧮 Python Encapsulated Calculator
A simple calculator project built with Python using Object-Oriented Programming (OOP) principles, focusing on Encapsulation. This project performs basic arithmetic operations while demonstrating clean and organized code structure.
---
✨ Features
- Addition
- Subtraction
- Multiplication
- Division
- Encapsulation using Python Classes
- Beginner-friendly code
- Command Line Interface (CLI)
---
📁 Project Structure
python-encapsulated-calculator/
│── main.py
│── README.md---
⚙️ Installation
Clone the repository:
git clone https://github.com/iamdeveloperrayhan/python-encapsulated-calculator.gitGo to the project directory:
cd python-encapsulated-calculator---
▶️ Run the Project
python main.py