Skip to content

A Python-based expression calculator that evaluates user-entered arithmetic expressions, supporting basic and advanced operations such as addition, subtraction, multiplication, division, and exponentiation.

Notifications You must be signed in to change notification settings

Wiz0903/expression-calculator-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Project Name: Python Expression Calculator

Description: This project is a command-line calculator built with Python that allows users to enter full arithmetic expressions such as 2 + 4, 10 * 3, or 2 ** 3 and instantly receive accurate results. The program intelligently detects operators, splits user input, converts values to the correct numeric types, and safely handles errors such as division by zero.

This project demonstrates strong fundamentals in string manipulation, user input handling, conditional logic, and basic error checking.

Key Features:

Supports +, -, *, /, and exponent (**) operations

Handles integers and decimal numbers

Prevents division by zero errors

Clean and user-friendly output

Purpose of this Project: This project was built to practice Python fundamentals and strengthen problem-solving skills through real-world logic implementation.

About

A Python-based expression calculator that evaluates user-entered arithmetic expressions, supporting basic and advanced operations such as addition, subtraction, multiplication, division, and exponentiation.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages