← All tools

iamdeveloperrayhan/python-encapsulated-calculator

Popularity 60 Updated Development & Build

A simple Encapsulated Calculator built with Python using Object-Oriented Programming (OOP) concepts, demonstrating encapsulation, clean code, and basic arithmetic operations.

githubauto-collected

Installation

A directly usable install command is not verified yet. Check the project documentation or releases.

🧮 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.git

Go to the project directory:

cd python-encapsulated-calculator

---

▶️ Run the Project

python main.py