Skip to content

A simple Python command-line calculator that performs basic arithmetic operations and keeps a history of previous calculations.

Notifications You must be signed in to change notification settings

mgsandaruwan/calculator_Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Python Calculator

About the Project

This is a simple Python-based calculator application that performs basic arithmetic calculations, including addition, subtraction, multiplication, and division. The calculator supports continuous calculations and has a built-in history feature to keep track of the most recent calculations.

The project is implemented in Python, with no graphical user interface (GUI), and focuses on the core functionality of performing calculations while displaying the calculation history.

Key Features

  • Basic Arithmetic Operations: Perform addition, subtraction, multiplication, and division.
  • Calculation History: Displays a history of previous calculations for easy reference.
  • Simple Command-Line Interface: The calculator operates through the command line, making it lightweight and efficient.
  • Error Handling: Handles errors like division by zero gracefully.

Technologies Used

  • Python: The core programming language used for developing the calculator.
  • Command-Line Interface: No GUI, everything is handled in the terminal.

How to Use

  1. Clone the repository to your local machine:

About

A simple Python command-line calculator that performs basic arithmetic operations and keeps a history of previous calculations.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages