← 全部工具

iamdeveloperrayhan/python-encapsulated-calculator

热度 60 更新于 开发与构建

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

githubauto-collected

安装

暂未验证可直接使用的安装命令,请查看项目官方文档或 Release。

🧮 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