Skip to content

Srishtisinha630/Codeclause-Python-Calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

2 Commits
ย 
ย 
ย 
ย 

Repository files navigation

๐Ÿงฎ Codeclause Python Calculator

A simple Python-based calculator application that can perform basic arithmetic operations such as addition, subtraction, multiplication, and division.
This project was developed as part of the CodeClause Internship.


๐Ÿš€ Features

  • โž• Addition of two numbers
  • โž– Subtraction of two numbers
  • โœ–๏ธ Multiplication of two numbers
  • โž— Division of two numbers (with handling for division by zero)
  • ๐Ÿ–ฅ๏ธ Command-line interface for user interaction

๐Ÿ“‚ Project Structure

Codeclause-Python-Calculator/ โ”‚ โ”œโ”€โ”€ Python Calculator.py # Main calculator script โ””โ”€โ”€ README.md # Project documentation

yaml Copy code


โš™๏ธ How to Run

  1. Clone this repository:
    git clone https://github.com/Srishtisinha630/Codeclause-Python-Calculator.git

Navigate into the project folder:

bash Copy code cd Codeclause-Python-Calculator Run the calculator:

bash Copy code python "Python Calculator.py"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages